#090196

Color #090196 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #090196

Tints of New Midnight Blue #090196

Color information

#090196 (or 0x090196) is unknown color: approx New Midnight Blue. HEX triplet: 09, 01 and 96. RGB value is (9,1,150). Sum of RGB (Red+Green+Blue) = 9+1+150=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 150 (58.98% from 255 or 93.75% from 160); Max value from RGB is 150 - color contains mainly: blue. Hex color #090196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090196 is #F6FE69. Grayscale: #131313. Windows color (decimal): -16186986 or 9830665. OLE color: 9830665.

HSL color Cylindrical-coordinate representation of color #090196: hue angle of 243.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090196 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB91150-
CMYK0.940.9900.41
HSL243.22º98.68%29.61%-
HSV(B)243.22º99.33%58.82%-
XYZ5.632.2829-
YUV20.38201.15119.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 150 (58.98% from 255) = 93.75%
R=5.62%
G=0.62%
B=93.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911500.940.9900.41243.2298.6829.61
Hex91965E63029f3631e
Octal11122613614305136314336
Binary100111001011010111101100011010100111110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090196; }

 p { color: rgb(9,1,150); }

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

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

 a { background-color: rgb(9,1,150); }

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

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

 span { border-color: rgb(9,1,150); }

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