#08057D

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

Shades of Navy #08057D

Tints of Navy #08057D

Color information

#08057D (or 0x08057D) is unknown color: approx Navy. HEX triplet: 08, 05 and 7D. RGB value is (8,5,125). Sum of RGB (Red+Green+Blue) = 8+5+125=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #08057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08057D is #F7FA82. Grayscale: #131313. Windows color (decimal): -16251523 or 8193288. OLE color: 8193288.

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

Color convert

RGB85125-
CMYK0.940.9600.51
HSL241.5º92.31%25.49%-
HSV(B)241.5º96%49.02%-
XYZ3.861.6419.52-
YUV19.58187.49119.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 125 (49.22% from 255) = 90.58%
R=5.80%
G=3.62%
B=90.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851250.940.9600.51241.592.3125.49
Hex857D5E60033f25c19
Octal10517513614006336213431
Binary1000101111110110111101100000011001111110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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