Html Css Color HEX #09056E Navy

📋 copy color: '#09056E'

red 9 ◦ green 5 ◦ blue 110

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

Shades of Navy #09056E

Tints of Navy #09056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 7.26%
G = 4.03%
B = 88.71%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09056E (or 0x09056E) is known color: Navy. HEX triplet: 09, 05 and 6E. RGB value is (9,5,110). Sum of RGB (Red+Green+Blue) = 9+5+110=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 110 (43.36% from 255 or 88.71% from 124); Max value from RGB is 110 - color contains mainly: blue. Hex color #09056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09056E is #F6FA91. Grayscale: #111111. Windows color (decimal): -16186002 or 7210249. OLE color: 7210249.

HSL color Cylindrical-coordinate representation of color #09056E: hue angle of 242.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09056E is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 5 110 -
CMYK 0.92 0.95 0 0.57
HSL 242.29º 0.91% 0.23% -
HSV(B) 242.29º 0.95% 0.43% -
XYZ 2.98 1.29 14.84 -
YUV 18.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 9 5 110 0.92 0.95 0 0.57 242.29 0.91 0.23
Hex 9 5 6E 5C 5F 0 39 F2 5B 17
Octal 11 5 156 134 137 0 71 362 133 27
Binary 1001 101 1101110 1011100 1011111 0 111001 11110010 1011011 10111

Color Harmonies of #09056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09056E

Black with #09056E

Text Example


Text Example

White with #09056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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