Html Css Color HEX #09086E Navy

📋 copy color: '#09086E'

red 9 ◦ green 8 ◦ blue 110

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

Shades of Navy #09086E

Tints of Navy #09086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 86.61%

R = 7.09%
G = 6.3%
B = 86.61%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09086E (or 0x09086E) is known color: Navy. HEX triplet: 09, 08 and 6E. RGB value is (9,8,110). Sum of RGB (Red+Green+Blue) = 9+8+110=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 110 (43.36% from 255 or 86.61% from 127); Max value from RGB is 110 - color contains mainly: blue. Hex color #09086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09086E is #F6F791. Grayscale: #131313. Windows color (decimal): -16185234 or 7211017. OLE color: 7211017.

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

Color convert

RGB 9 8 110 -
CMYK 0.92 0.93 0 0.57
HSL 240.59º 0.86% 0.23% -
HSV(B) 240.59º 0.93% 0.43% -
XYZ 3.01 1.36 14.86 -
YUV 19.93 178.83 120.21 -
System Red Green Blue C M Y K H S L
Decimal 9 8 110 0.92 0.93 0 0.57 240.59 0.86 0.23
Hex 9 8 6E 5C 5D 0 39 F1 56 17
Octal 11 10 156 134 135 0 71 361 126 27
Binary 1001 1000 1101110 1011100 1011101 0 111001 11110001 1010110 10111

Color Harmonies of #09086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09086E

Black with #09086E

Text Example


Text Example

White with #09086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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