#090575

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

Shades of Navy #090575

Tints of Navy #090575

Color information

#090575 (or 0x090575) is unknown color: approx Navy. HEX triplet: 09, 05 and 75. RGB value is (9,5,117). Sum of RGB (Red+Green+Blue) = 9+5+117=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #090575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090575 is #F6FA8A. Grayscale: #121212. Windows color (decimal): -16185995 or 7669001. OLE color: 7669001.

HSL color Cylindrical-coordinate representation of color #090575: hue angle of 242.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090575 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB95117-
CMYK0.920.9600.54
HSL242.14º91.8%23.92%-
HSV(B)242.14º95.73%45.88%-
XYZ3.381.4516.93-
YUV18.96183.33120.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 117 (46.09% from 255) = 89.31%
R=6.87%
G=3.82%
B=89.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951170.920.9600.54242.1491.823.92
Hex95755C60036f25c18
Octal11516513414006636213430
Binary1001101111010110111001100000011011011110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090575; }

 p { color: rgb(9,5,117); }

 H1.HeaderClassName
 {
   color: #090575;
 }
 .AnyTagClassName
 {
   color: #090575;
 }
</style>
background-color css

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

 a { background-color: rgb(9,5,117); }

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

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

 span { border-color: rgb(9,5,117); }

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