Html Css Color HEX #090273 Navy

📋 copy color: '#090273'

red 9 ◦ green 2 ◦ blue 115

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

Shades of Navy #090273

Tints of Navy #090273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

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

R = 7.14%
G = 1.59%
B = 91.27%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#090273 (or 0x090273) is known color: Navy. HEX triplet: 09, 02 and 73. RGB value is (9,2,115). Sum of RGB (Red+Green+Blue) = 9+2+115=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #090273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090273 is #F6FD8C. Grayscale: #101010. Windows color (decimal): -16186765 or 7537161. OLE color: 7537161.

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

Color convert

RGB 9 2 115 -
CMYK 0.92 0.98 0 0.55
HSL 243.72º 0.97% 0.23% -
HSV(B) 243.72º 0.98% 0.45% -
XYZ 3.23 1.34 16.31 -
YUV 16.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 9 2 115 0.92 0.98 0 0.55 243.72 0.97 0.23
Hex 9 2 73 5C 62 0 37 F4 61 17
Octal 11 2 163 134 142 0 67 364 141 27
Binary 1001 10 1110011 1011100 1100010 0 110111 11110100 1100001 10111

Color Harmonies of #090273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090273

Black with #090273

Text Example


Text Example

White with #090273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090273; }

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

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

background-color css

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

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

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

border-color css

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

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

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