Html Css Color HEX #09086C Navy

📋 copy color: '#09086C'

red 9 ◦ green 8 ◦ blue 108

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

Shades of Navy #09086C

Tints of Navy #09086C

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09086C (or 0x09086C) is known color: Navy. HEX triplet: 09, 08 and 6C. RGB value is (9,8,108). Sum of RGB (Red+Green+Blue) = 9+8+108=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 8 (3.52% from 255 or 6.4% 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 #09086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09086C is #F6F793. Grayscale: #131313. Windows color (decimal): -16185236 or 7079945. OLE color: 7079945.

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

Color convert

RGB 9 8 108 -
CMYK 0.92 0.93 0 0.58
HSL 240.6º 0.86% 0.23% -
HSV(B) 240.6º 0.93% 0.42% -
XYZ 2.91 1.31 14.29 -
YUV 19.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 9 8 108 0.92 0.93 0 0.58 240.6 0.86 0.23
Hex 9 8 6C 5C 5D 0 3A F1 56 17
Octal 11 10 154 134 135 0 72 361 126 27
Binary 1001 1000 1101100 1011100 1011101 0 111010 11110001 1010110 10111

Color Harmonies of #09086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09086C

Black with #09086C

Text Example


Text Example

White with #09086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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