Html Css Color HEX #090473 Navy

📋 copy color: '#090473'

red 9 ◦ green 4 ◦ blue 115

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

Shades of Navy #090473

Tints of Navy #090473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 7.03%
G = 3.13%
B = 89.84%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#090473 (or 0x090473) is known color: Navy. HEX triplet: 09, 04 and 73. RGB value is (9,4,115). Sum of RGB (Red+Green+Blue) = 9+4+115=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #090473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090473 is #F6FB8C. Grayscale: #111111. Windows color (decimal): -16186253 or 7537673. OLE color: 7537673.

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

Color convert

RGB 9 4 115 -
CMYK 0.92 0.97 0 0.55
HSL 242.7º 0.93% 0.23% -
HSV(B) 242.7º 0.97% 0.45% -
XYZ 3.25 1.38 16.32 -
YUV 18.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 9 4 115 0.92 0.97 0 0.55 242.7 0.93 0.23
Hex 9 4 73 5C 61 0 37 F3 5D 17
Octal 11 4 163 134 141 0 67 363 135 27
Binary 1001 100 1110011 1011100 1100001 0 110111 11110011 1011101 10111

Color Harmonies of #090473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090473

Black with #090473

Text Example


Text Example

White with #090473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090473; }

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

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

background-color css

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

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

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

border-color css

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

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

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