Html Css Color HEX #090374 Navy

📋 copy color: '#090374'

red 9 ◦ green 3 ◦ blue 116

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

Shades of Navy #090374

Tints of Navy #090374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 7.03%
G = 2.34%
B = 90.63%

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

#090374 (or 0x090374) is known color: Navy. HEX triplet: 09, 03 and 74. RGB value is (9,3,116). Sum of RGB (Red+Green+Blue) = 9+3+116=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 116 (45.70% from 255 or 90.62% from 128); Max value from RGB is 116 - color contains mainly: blue. Hex color #090374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090374 is #F6FC8B. Grayscale: #111111. Windows color (decimal): -16186508 or 7602953. OLE color: 7602953.

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

Color convert

RGB 9 3 116 -
CMYK 0.92 0.97 0 0.55
HSL 243.19º 0.95% 0.23% -
HSV(B) 243.19º 0.97% 0.45% -
XYZ 3.3 1.38 16.62 -
YUV 17.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 9 3 116 0.92 0.97 0 0.55 243.19 0.95 0.23
Hex 9 3 74 5C 61 0 37 F3 5F 17
Octal 11 3 164 134 141 0 67 363 137 27
Binary 1001 11 1110100 1011100 1100001 0 110111 11110011 1011111 10111

Color Harmonies of #090374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090374

Black with #090374

Text Example


Text Example

White with #090374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090374; }

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

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

background-color css

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

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

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

border-color css

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

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

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