Html Css Color HEX #090073 Navy

📋 copy color: '#090073'

red 9 ◦ green 0 ◦ blue 115

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

Shades of Navy #090073

Tints of Navy #090073

RGB

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

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

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

R = 7.26%
G = 0%
B = 92.74%

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

#090073 (or 0x090073) is known color: Navy. HEX triplet: 09, 00 and 73. RGB value is (9,0,115). Sum of RGB (Red+Green+Blue) = 9+0+115=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #090073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090073 is #F6FF8C. Grayscale: #0F0F0F. Windows color (decimal): -16187277 or 7536649. OLE color: 7536649.

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

Color convert

RGB 9 0 115 -
CMYK 0.92 1 0 0.55
HSL 244.7º 1% 0.23% -
HSV(B) 244.7º 1% 0.45% -
XYZ 3.21 1.3 16.3 -
YUV 15.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 9 0 115 0.92 1 0 0.55 244.7 1 0.23
Hex 9 0 73 5C 64 0 37 F5 64 17
Octal 11 0 163 134 144 0 67 365 144 27
Binary 1001 0 1110011 1011100 1100100 0 110111 11110101 1100100 10111

Color Harmonies of #090073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090073

Black with #090073

Text Example


Text Example

White with #090073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090073; }

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

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

background-color css

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

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

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

border-color css

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

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

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