Html Css Color HEX #090072 Navy

📋 copy color: '#090072'

red 9 ◦ green 0 ◦ blue 114

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

Shades of Navy #090072

Tints of Navy #090072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 92.68%

R = 7.32%
G = 0%
B = 92.68%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#090072 (or 0x090072) is known color: Navy. HEX triplet: 09, 00 and 72. RGB value is (9,0,114). Sum of RGB (Red+Green+Blue) = 9+0+114=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #090072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090072 is #F6FF8D. Grayscale: #0F0F0F. Windows color (decimal): -16187278 or 7471113. OLE color: 7471113.

HSL color Cylindrical-coordinate representation of color #090072: hue angle of 244.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090072 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 0 114 -
CMYK 0.92 1 0 0.55
HSL 244.74º 1% 0.22% -
HSV(B) 244.74º 1% 0.45% -
XYZ 3.15 1.27 16 -
YUV 15.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 9 0 114 0.92 1 0 0.55 244.74 1 0.22
Hex 9 0 72 5C 64 0 37 F5 64 16
Octal 11 0 162 134 144 0 67 365 144 26
Binary 1001 0 1110010 1011100 1100100 0 110111 11110101 1100100 10110

Color Harmonies of #090072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090072

Black with #090072

Text Example


Text Example

White with #090072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090072; }

 p { color: rgb(9,0,114); }

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

background-color css

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

 a { background-color: rgb(9,0,114); }

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

border-color css

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

 span { border-color: rgb(9,0,114); }

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