Html Css Color HEX #090074 Navy

📋 copy color: '#090074'

red 9 ◦ green 0 ◦ blue 116

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

Shades of Navy #090074

Tints of Navy #090074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 92.8%

R = 7.2%
G = 0%
B = 92.8%

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

#090074 (or 0x090074) is known color: Navy. HEX triplet: 09, 00 and 74. RGB value is (9,0,116). Sum of RGB (Red+Green+Blue) = 9+0+116=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 116 (45.70% from 255 or 92.8% from 125); Max value from RGB is 116 - color contains mainly: blue. Hex color #090074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090074 is #F6FF8B. Grayscale: #0F0F0F. Windows color (decimal): -16187276 or 7602185. OLE color: 7602185.

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

Color convert

RGB 9 0 116 -
CMYK 0.92 1 0 0.55
HSL 244.66º 1% 0.23% -
HSV(B) 244.66º 1% 0.45% -
XYZ 3.27 1.32 16.61 -
YUV 15.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 9 0 116 0.92 1 0 0.55 244.66 1 0.23
Hex 9 0 74 5C 64 0 37 F5 64 17
Octal 11 0 164 134 144 0 67 365 144 27
Binary 1001 0 1110100 1011100 1100100 0 110111 11110101 1100100 10111

Color Harmonies of #090074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090074

Black with #090074

Text Example


Text Example

White with #090074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090074; }

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

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

background-color css

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

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

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

border-color css

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

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

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