Html Css Color HEX #08086D Navy

📋 copy color: '#08086D'

red 8 ◦ green 8 ◦ blue 109

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

Shades of Navy #08086D

Tints of Navy #08086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 87.2%

R = 6.4%
G = 6.4%
B = 87.2%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08086D (or 0x08086D) is known color: Navy. HEX triplet: 08, 08 and 6D. RGB value is (8,8,109). Sum of RGB (Red+Green+Blue) = 8+8+109=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #08086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08086D is #F7F792. Grayscale: #131313. Windows color (decimal): -16250771 or 7145480. OLE color: 7145480.

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

Color convert

RGB 8 8 109 -
CMYK 0.93 0.93 0 0.57
HSL 240º 0.86% 0.23% -
HSV(B) 240º 0.93% 0.43% -
XYZ 2.95 1.33 14.57 -
YUV 19.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 8 8 109 0.93 0.93 0 0.57 240 0.86 0.23
Hex 8 8 6D 5D 5D 0 39 F0 56 17
Octal 10 10 155 135 135 0 71 360 126 27
Binary 1000 1000 1101101 1011101 1011101 0 111001 11110000 1010110 10111

Color Harmonies of #08086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08086D

Black with #08086D

Text Example


Text Example

White with #08086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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