Html Css Color HEX #08056E Navy

📋 copy color: '#08056E'

red 8 ◦ green 5 ◦ blue 110

#08056E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #08056E

Tints of Navy #08056E

RGB

 RED value IS 8 (3.52% from 255) = 6.5%

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 110 (43.36% from 255) = 89.43%

R = 6.5%
G = 4.07%
B = 89.43%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08056E (or 0x08056E) is known color: Navy. HEX triplet: 08, 05 and 6E. RGB value is (8,5,110). Sum of RGB (Red+Green+Blue) = 8+5+110=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #08056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08056E is #F7FA91. Grayscale: #111111. Windows color (decimal): -16251538 or 7210248. OLE color: 7210248.

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

Color convert

RGB 8 5 110 -
CMYK 0.93 0.95 0 0.57
HSL 241.71º 0.91% 0.23% -
HSV(B) 241.71º 0.95% 0.43% -
XYZ 2.97 1.29 14.84 -
YUV 17.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 8 5 110 0.93 0.95 0 0.57 241.71 0.91 0.23
Hex 8 5 6E 5D 5F 0 39 F2 5B 17
Octal 10 5 156 135 137 0 71 362 133 27
Binary 1000 101 1101110 1011101 1011111 0 111001 11110010 1011011 10111

Color Harmonies of #08056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08056E

Black with #08056E

Text Example


Text Example

White with #08056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08056E;
 }
 .AnyTagClassName
 {
   color: #08056E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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