#08057F

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

Shades of Navy #08057F

Tints of Navy #08057F

Color information

#08057F (or 0x08057F) is unknown color: approx Navy. HEX triplet: 08, 05 and 7F. RGB value is (8,5,127). Sum of RGB (Red+Green+Blue) = 8+5+127=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #08057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08057F is #F7FA80. Grayscale: #131313. Windows color (decimal): -16251521 or 8324360. OLE color: 8324360.

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

Color convert

RGB85127-
CMYK0.940.9600.50
HSL241.48º92.42%25.88%-
HSV(B)241.48º96.06%49.8%-
XYZ3.991.6920.2-
YUV19.8188.49119.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 127 (50% from 255) = 90.71%
R=5.71%
G=3.57%
B=90.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851270.940.9600.50241.4892.4225.88
Hex857F5E60032f15c1a
Octal10517713614006236113432
Binary1000101111111110111101100000011001011110001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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