#08026E

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

Shades of Navy #08026E

Tints of Navy #08026E

Color information

#08026E (or 0x08026E) is unknown color: approx Navy. HEX triplet: 08, 02 and 6E. RGB value is (8,2,110). Sum of RGB (Red+Green+Blue) = 8+2+110=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #08026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08026E is #F7FD91. Grayscale: #0F0F0F. Windows color (decimal): -16252306 or 7209480. OLE color: 7209480.

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

Color convert

RGB82110-
CMYK0.930.9800.57
HSL243.33º96.43%21.96%-
HSV(B)243.33º98.18%43.14%-
XYZ2.941.2214.83-
YUV16.11180.99122.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 110 (43.36% from 255) = 91.67%
R=6.67%
G=1.67%
B=91.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821100.930.9800.57243.3396.4321.96
Hex826E5D62039f36016
Octal10215613514207136314026
Binary100010110111010111011100010011100111110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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