Html Css Color HEX #08086C Navy

📋 copy color: '#08086C'

red 8 ◦ green 8 ◦ blue 108

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

Shades of Navy #08086C

Tints of Navy #08086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.45%

 BLUE value IS 108 (42.58% from 255) = 87.1%

R = 6.45%
G = 6.45%
B = 87.1%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08086C (or 0x08086C) is known color: Navy. HEX triplet: 08, 08 and 6C. RGB value is (8,8,108). Sum of RGB (Red+Green+Blue) = 8+8+108=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #08086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08086C is #F7F793. Grayscale: #131313. Windows color (decimal): -16250772 or 7079944. OLE color: 7079944.

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

Color convert

RGB 8 8 108 -
CMYK 0.93 0.93 0 0.58
HSL 240º 0.86% 0.23% -
HSV(B) 240º 0.93% 0.42% -
XYZ 2.89 1.31 14.29 -
YUV 19.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 8 8 108 0.93 0.93 0 0.58 240 0.86 0.23
Hex 8 8 6C 5D 5D 0 3A F0 56 17
Octal 10 10 154 135 135 0 72 360 126 27
Binary 1000 1000 1101100 1011101 1011101 0 111010 11110000 1010110 10111

Color Harmonies of #08086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08086C

Black with #08086C

Text Example


Text Example

White with #08086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08086C;
 }
 .AnyTagClassName
 {
   color: #08086C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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