COLOR #0000A3

HEX: #0000A3
RGB: (0,0,163)

Color info

#0000A3 contains only blue color. Web safe color of #0000A3 is #000099 (or #009).

RGB color model

#0000A3 color RGB value is (0,0,163).

  • red value is 0;
  • green value is 0;
  • blue value is 163.
RGB:
(0,0,163)
(0%,0%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 163 of 255 = 64%

0
0
163

R + G + B ~ 21%. #0000A3 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 163 = 163 (100%)
R 0 of 163 ~ 0%
G 0 of 163 ~ 0%
B 163 of 163 ~ 100%

%100

CMYK color model

#0000A3 color CMYK value is (100,100,0,36).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,100,0,36)
C100M100Y0K36 
(100%,100%,0%,36%)
(1.00/1.00/0.00/0.36)	

CMYK percentages

%100
%100
%0
%36.08

Codes

Color #0000A3 in popluar color models

0000A3
RGB00163
HSL240°100.00%31.96%
HSB/HSV240°100.00%63.92%
CMYK100.00%100.00%0.00%
36.08%

Color #0000A3 in popluar number systems.

HEX0000A3
Decimal00163
Binary0010100011
Octal00243

Shades and tints

Shades of #0000A3

#0000A3
(0,0,163)
#000095
(0,0,149)
#000087
(0,0,135)
#000079
(0,0,121)
#00006B
(0,0,107)
#00005D
(0,0,93)
#00004F
(0,0,79)
#000041
(0,0,65)
#000033
(0,0,51)
#000025
(0,0,37)
#000017
(0,0,23)
#000000
(0,0,0)

Tints of #0000A3

#0000A3
(0,0,163)
#1717AB
(23,23,171)
#2E2EB3
(46,46,179)
#4545BB
(69,69,187)
#5C5CC3
(92,92,195)
#7373CB
(115,115,203)
#8A8AD3
(138,138,211)
#A1A1DB
(161,161,219)
#B8B8E3
(184,184,227)
#CFCFEB
(207,207,235)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0000A3 color. Also use rgb(0,0,163) instead hex code.

Text Font Color

.myTextColor { color: #0000A3; }

<p style="color:#0000A3">This sample text font color is #0000A3.</p>

This text font color is #0000A3.


Background Color

.myBgColor { background-color: #0000A3; }

<div style="background-color:#0000A3">Inner text</div>

This div background color is #0000A3.


Border color

.myBorderColor { border: 1px solid #0000A3; }

<div style="border:3px solid #0000A3">Div</div>

This div border color is #0000A3.


Opacity

.myOpacity80 { color: #0000A3; opacity: 0.8; }

<p style="color:#0000A3;opacity:0.8;">80%</p>

Text with #0000A3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0000A3;}

<p style="text-shadow: 3px 3px 1px #0000A3">Text here.</p>

This text has shadow with #0000A3 color.

.textShadow {text-shadow: 3px 3px 1px #0000A3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0000A3, 5px 5px 20px red">Text here.</p>

This text has shadow with #0000A3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0000A3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0000A3, Direction=45, Strength=4)">Text</p>

This text has shadow with #0000A3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0000A3;
  -webkit-box-shadow:	1px 1px 3px 2px #0000A3;
  box-shadow:		1px 1px 3px 2px #0000A3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0000A3;
-webkit-box-shadow: 1px 1px 3px 2px #0000A3;
box-shadow:1px 1px 3px 2px #0000A3;">
Div content here</div>
This div box has shadow with color #0000A3.

Preview

Color preview on black background

This text has color #0000A3 on black background.


Color preview on white background

This text has color #0000A3 on white background.



Black color preview on #0000A3 background

This text has black color on #0000A3 background.


White color preview on #0000A3 background

This text has white color on #0000A3 background.