Html Css Color HEX #090A72 Navy

📋 copy color: '#090A72'

red 9 ◦ green 10 ◦ blue 114

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

Shades of Navy #090A72

Tints of Navy #090A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.52%

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

R = 6.77%
G = 7.52%
B = 85.71%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#090A72 (or 0x090A72) is known color: Navy. HEX triplet: 09, 0A and 72. RGB value is (9,10,114). Sum of RGB (Red+Green+Blue) = 9+10+114=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #090A72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A72 is #F6F58D. Grayscale: #151515. Windows color (decimal): -16184718 or 7473673. OLE color: 7473673.

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

Color convert

RGB 9 10 114 -
CMYK 0.92 0.91 0 0.55
HSL 239.43º 0.85% 0.24% -
HSV(B) 239.43º 0.92% 0.45% -
XYZ 3.26 1.49 16.04 -
YUV 21.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 9 10 114 0.92 0.91 0 0.55 239.43 0.85 0.24
Hex 9 A 72 5C 5B 0 37 EF 55 18
Octal 11 12 162 134 133 0 67 357 125 30
Binary 1001 1010 1110010 1011100 1011011 0 110111 11101111 1010101 11000

Color Harmonies of #090A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A72

Black with #090A72

Text Example


Text Example

White with #090A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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