#08006A

Color #08006A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #08006A

Tints of Navy #08006A

Color information

#08006A (or 0x08006A) is unknown color: approx Navy. HEX triplet: 08, 00 and 6A. RGB value is (8,0,106). Sum of RGB (Red+Green+Blue) = 8+0+106=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 106 (41.80% from 255 or 92.98% from 114); Max value from RGB is 106 - color contains mainly: blue. Hex color #08006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08006A is #F7FF95. Grayscale: #0E0E0E. Windows color (decimal): -16252822 or 6946824. OLE color: 6946824.

HSL color Cylindrical-coordinate representation of color #08006A: hue angle of 244.53º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08006A is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB80106-
CMYK0.92100.58
HSL244.53º100%20.78%-
HSV(B)244.53º100%41.57%-
XYZ2.71.0913.7-
YUV14.48179.65123.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 92.98%
R=7.02%
G=0%
B=92.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801060.92100.58244.5310020.78
Hex806A5C6403Af56415
Octal10015213414407236514425
Binary10000110101010111001100100011101011110101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08006A; }

 p { color: rgb(8,0,106); }

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

<style>
 a { background-color: #08006A; }

 a { background-color: rgb(8,0,106); }

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

<style>
 span { border-color: #08006A; }

 span { border-color: rgb(8,0,106); }

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