Html Css Color HEX #08096C Navy

📋 copy color: '#08096C'

red 8 ◦ green 9 ◦ blue 108

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

Shades of Navy #08096C

Tints of Navy #08096C

RGB

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

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

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

R = 6.4%
G = 7.2%
B = 86.4%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08096C (or 0x08096C) is known color: Navy. HEX triplet: 08, 09 and 6C. RGB value is (8,9,108). Sum of RGB (Red+Green+Blue) = 8+9+108=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 108 (42.58% from 255 or 86.4% from 125); Max value from RGB is 108 - color contains mainly: blue. Hex color #08096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08096C is #F7F693. Grayscale: #131313. Windows color (decimal): -16250516 or 7080200. OLE color: 7080200.

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

Color convert

RGB 8 9 108 -
CMYK 0.93 0.92 0 0.58
HSL 239.4º 0.86% 0.23% -
HSV(B) 239.4º 0.93% 0.42% -
XYZ 2.9 1.33 14.29 -
YUV 19.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 8 9 108 0.93 0.92 0 0.58 239.4 0.86 0.23
Hex 8 9 6C 5D 5C 0 3A EF 56 17
Octal 10 11 154 135 134 0 72 357 126 27
Binary 1000 1001 1101100 1011101 1011100 0 111010 11101111 1010110 10111

Color Harmonies of #08096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08096C

Black with #08096C

Text Example


Text Example

White with #08096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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