Html Css Color HEX #08096D Navy

📋 copy color: '#08096D'

red 8 ◦ green 9 ◦ blue 109

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

Shades of Navy #08096D

Tints of Navy #08096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 6.35%
G = 7.14%
B = 86.51%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08096D (or 0x08096D) is known color: Navy. HEX triplet: 08, 09 and 6D. RGB value is (8,9,109). Sum of RGB (Red+Green+Blue) = 8+9+109=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #08096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08096D is #F7F692. Grayscale: #131313. Windows color (decimal): -16250515 or 7145736. OLE color: 7145736.

HSL color Cylindrical-coordinate representation of color #08096D: hue angle of 239.41º 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 #08096D is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 9 109 -
CMYK 0.93 0.92 0 0.57
HSL 239.41º 0.86% 0.23% -
HSV(B) 239.41º 0.93% 0.43% -
XYZ 2.96 1.35 14.57 -
YUV 20.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 8 9 109 0.93 0.92 0 0.57 239.41 0.86 0.23
Hex 8 9 6D 5D 5C 0 39 EF 56 17
Octal 10 11 155 135 134 0 71 357 126 27
Binary 1000 1001 1101101 1011101 1011100 0 111001 11101111 1010110 10111

Color Harmonies of #08096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08096D

Black with #08096D

Text Example


Text Example

White with #08096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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