Html Css Color HEX #090474 Navy

📋 copy color: '#090474'

red 9 ◦ green 4 ◦ blue 116

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

Shades of Navy #090474

Tints of Navy #090474

RGB

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

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

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

R = 6.98%
G = 3.1%
B = 89.92%

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

#090474 (or 0x090474) is known color: Navy. HEX triplet: 09, 04 and 74. RGB value is (9,4,116). Sum of RGB (Red+Green+Blue) = 9+4+116=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #090474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090474 is #F6FB8B. Grayscale: #111111. Windows color (decimal): -16186252 or 7603209. OLE color: 7603209.

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

Color convert

RGB 9 4 116 -
CMYK 0.92 0.97 0 0.55
HSL 242.68º 0.93% 0.24% -
HSV(B) 242.68º 0.97% 0.45% -
XYZ 3.31 1.41 16.62 -
YUV 18.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 9 4 116 0.92 0.97 0 0.55 242.68 0.93 0.24
Hex 9 4 74 5C 61 0 37 F3 5D 18
Octal 11 4 164 134 141 0 67 363 135 30
Binary 1001 100 1110100 1011100 1100001 0 110111 11110011 1011101 11000

Color Harmonies of #090474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090474

Black with #090474

Text Example


Text Example

White with #090474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090474; }

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

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

background-color css

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

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

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

border-color css

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

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

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