#000a8e

Color #000A8E Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #000A8E

Tints of Dark Blue #000A8E

Color information

#000A8E (or 0x000A8E) is unknown color: approx Dark Blue. HEX triplet: 00, 0A and 8E. RGB value is (0,10,142). Sum of RGB (Red+Green+Blue) = 0+10+142=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 142 (55.86% from 255 or 93.42% from 152); Max value from RGB is 142 - color contains mainly: blue. Hex color #000A8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A8E is #FFF571. Grayscale: #151515. Windows color (decimal): -16774514 or 9308672. OLE color: 9308672.

HSL color Cylindrical-coordinate representation of color #000A8E: hue angle of 235.77º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A8E is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB010142-
CMYK10.9300.44
HSL235.77º100%27.84%-
HSV(B)235.77º100%55.69%-
XYZ4.992.1725.75-
YUV22.06195.69112.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 142 (55.86% from 255) = 93.42%
R=0%
G=6.58%
B=93.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal01014210.9300.44235.7710027.84
Hex0A8E645D02Cec641c
Octal01221614413505435414434
Binary010101000111011001001011101010110011101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000a8e; }

 p { color: rgb(0,10,142); }

 H1.HeaderClassName
 {
   color: #000a8e;
 }
 .AnyTagClassName
 {
   color: #000a8e;
 }
</style>
background-color css

<style>
 a { background-color: #000a8e; }

 a { background-color: rgb(0,10,142); }

 div.DivClassName
 {
   background-color: #000a8e;
 }
 .BgClassName
 {
   background-color: #000a8e;
 }
</style>
border-color css

<style>
 span { border-color: #000a8e; }

 span { border-color: rgb(0,10,142); }

 td.TdClassName
 {
   border-color: #000a8e;
 }
 .TagClassName
 {
   border-color: #000a8e;
 }
</style>