Html Css Color HEX #09086D Navy

📋 copy color: '#09086D'

red 9 ◦ green 8 ◦ blue 109

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

Shades of Navy #09086D

Tints of Navy #09086D

RGB

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

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

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

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

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

#09086D (or 0x09086D) is known color: Navy. HEX triplet: 09, 08 and 6D. RGB value is (9,8,109). Sum of RGB (Red+Green+Blue) = 9+8+109=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 8 (3.52% from 255 or 6.35% 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 #09086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09086D is #F6F792. Grayscale: #131313. Windows color (decimal): -16185235 or 7145481. OLE color: 7145481.

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

Color convert

RGB 9 8 109 -
CMYK 0.92 0.93 0 0.57
HSL 240.59º 0.86% 0.23% -
HSV(B) 240.59º 0.93% 0.43% -
XYZ 2.96 1.34 14.57 -
YUV 19.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 9 8 109 0.92 0.93 0 0.57 240.59 0.86 0.23
Hex 9 8 6D 5C 5D 0 39 F1 56 17
Octal 11 10 155 134 135 0 71 361 126 27
Binary 1001 1000 1101101 1011100 1011101 0 111001 11110001 1010110 10111

Color Harmonies of #09086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09086D

Black with #09086D

Text Example


Text Example

White with #09086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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