#08026B

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

Shades of Navy #08026B

Tints of Navy #08026B

Color information

#08026B (or 0x08026B) is unknown color: approx Navy. HEX triplet: 08, 02 and 6B. RGB value is (8,2,107). Sum of RGB (Red+Green+Blue) = 8+2+107=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 107 (42.19% from 255 or 91.45% from 117); Max value from RGB is 107 - color contains mainly: blue. Hex color #08026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08026B is #F7FD94. Grayscale: #0F0F0F. Windows color (decimal): -16252309 or 7012872. OLE color: 7012872.

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

Color convert

RGB82107-
CMYK0.930.9800.58
HSL243.43º96.33%21.37%-
HSV(B)243.43º98.13%41.96%-
XYZ2.781.1613.99-
YUV15.76179.49122.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 107 (42.19% from 255) = 91.45%
R=6.84%
G=1.71%
B=91.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821070.930.9800.58243.4396.3321.37
Hex826B5D6203Af36015
Octal10215313514207236314025
Binary100010110101110111011100010011101011110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08026B; }

 p { color: rgb(8,2,107); }

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

<style>
 a { background-color: #08026B; }

 a { background-color: rgb(8,2,107); }

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

<style>
 span { border-color: #08026B; }

 span { border-color: rgb(8,2,107); }

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