#08016A

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

Shades of Navy #08016A

Tints of Navy #08016A

Color information

#08016A (or 0x08016A) is unknown color: approx Navy. HEX triplet: 08, 01 and 6A. RGB value is (8,1,106). Sum of RGB (Red+Green+Blue) = 8+1+106=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 106 (41.80% from 255 or 92.17% from 115); Max value from RGB is 106 - color contains mainly: blue. Hex color #08016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08016A is #F7FE95. Grayscale: #0E0E0E. Windows color (decimal): -16252566 or 6947080. OLE color: 6947080.

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

Color convert

RGB81106-
CMYK0.920.9900.58
HSL244º98.13%20.98%-
HSV(B)244º99.06%41.57%-
XYZ2.711.1113.71-
YUV15.06179.32122.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 106 (41.80% from 255) = 92.17%
R=6.96%
G=0.87%
B=92.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal811060.920.9900.5824498.1320.98
Hex816A5C6303Af46215
Octal10115213414307236414225
Binary10001110101010111001100011011101011110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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