Html Css Color HEX #090973 Navy

📋 copy color: '#090973'

red 9 ◦ green 9 ◦ blue 115

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

Shades of Navy #090973

Tints of Navy #090973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 86.47%

R = 6.77%
G = 6.77%
B = 86.47%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#090973 (or 0x090973) is known color: Navy. HEX triplet: 09, 09 and 73. RGB value is (9,9,115). Sum of RGB (Red+Green+Blue) = 9+9+115=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #090973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090973 is #F6F68C. Grayscale: #141414. Windows color (decimal): -16184973 or 7538953. OLE color: 7538953.

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

Color convert

RGB 9 9 115 -
CMYK 0.92 0.92 0 0.55
HSL 240º 0.85% 0.24% -
HSV(B) 240º 0.92% 0.45% -
XYZ 3.3 1.49 16.33 -
YUV 21.08 181 119.38 -
System Red Green Blue C M Y K H S L
Decimal 9 9 115 0.92 0.92 0 0.55 240 0.85 0.24
Hex 9 9 73 5C 5C 0 37 F0 55 18
Octal 11 11 163 134 134 0 67 360 125 30
Binary 1001 1001 1110011 1011100 1011100 0 110111 11110000 1010101 11000

Color Harmonies of #090973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090973

Black with #090973

Text Example


Text Example

White with #090973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090973; }

 p { color: rgb(9,9,115); }

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

background-color css

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

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

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

border-color css

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

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

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