#090474

Color #090474 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #090474

Tints of Navy #090474

Color information

#090474 (or 0x090474) is unknown color: approx 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

RGB94116-
CMYK0.920.9700.55
HSL242.68º93.33%23.53%-
HSV(B)242.68º96.55%45.49%-
XYZ3.311.4116.62-
YUV18.26183.16121.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 116 (45.70% from 255) = 89.92%
R=6.98%
G=3.10%
B=89.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941160.920.9700.55242.6893.3323.53
Hex94745C61037f35d18
Octal11416413414106736313530
Binary1001100111010010111001100001011011111110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>