#08056C

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

Shades of Navy #08056C

Tints of Navy #08056C

Color information

#08056C (or 0x08056C) is unknown color: approx Navy. HEX triplet: 08, 05 and 6C. RGB value is (8,5,108). Sum of RGB (Red+Green+Blue) = 8+5+108=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 108 (42.58% from 255 or 89.26% from 121); Max value from RGB is 108 - color contains mainly: blue. Hex color #08056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08056C is #F7FA93. Grayscale: #111111. Windows color (decimal): -16251540 or 7079176. OLE color: 7079176.

HSL color Cylindrical-coordinate representation of color #08056C: hue angle of 241.75º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08056C is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85108-
CMYK0.930.9500.58
HSL241.75º91.15%22.16%-
HSV(B)241.75º95.37%42.35%-
XYZ2.861.2414.28-
YUV17.64178.99121.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 108 (42.58% from 255) = 89.26%
R=6.61%
G=4.13%
B=89.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851080.930.9500.58241.7591.1522.16
Hex856C5D5F03Af25b16
Octal10515413513707236213326
Binary1000101110110010111011011111011101011110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08056C; }

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

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

<style>
 a { background-color: #08056C; }

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

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

<style>
 span { border-color: #08056C; }

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

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