#08017F

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

Shades of Navy #08017F

Tints of Navy #08017F

Color information

#08017F (or 0x08017F) is unknown color: approx Navy. HEX triplet: 08, 01 and 7F. RGB value is (8,1,127). Sum of RGB (Red+Green+Blue) = 8+1+127=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 127 (50% from 255 or 93.38% from 136); Max value from RGB is 127 - color contains mainly: blue. Hex color #08017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08017F is #F7FE80. Grayscale: #101010. Windows color (decimal): -16252545 or 8323336. OLE color: 8323336.

HSL color Cylindrical-coordinate representation of color #08017F: hue angle of 243.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08017F is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81127-
CMYK0.940.9900.50
HSL243.33º98.44%25.1%-
HSV(B)243.33º99.21%49.8%-
XYZ3.941.6120.18-
YUV17.46189.82121.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 127 (50% from 255) = 93.38%
R=5.88%
G=0.74%
B=93.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811270.940.9900.50243.3398.4425.1
Hex817F5E63032f36219
Octal10117713614306236314231
Binary10001111111110111101100011011001011110011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08017F; }

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

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

<style>
 a { background-color: #08017F; }

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

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

<style>
 span { border-color: #08017F; }

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

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