#090A52

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

Shades of Midnight Blue #090A52

Tints of Midnight Blue #090A52

Color information

#090A52 (or 0x090A52) is unknown color: approx Midnight Blue. HEX triplet: 09, 0A and 52. RGB value is (9,10,82). Sum of RGB (Red+Green+Blue) = 9+10+82=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #090A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A52 is #F6F5AD. Grayscale: #111111. Windows color (decimal): -16184750 or 5376521. OLE color: 5376521.

HSL color Cylindrical-coordinate representation of color #090A52: hue angle of 239.18º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090A52 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB91082-
CMYK0.890.8800.68
HSL239.18º80.22%17.84%-
HSV(B)239.18º89.02%32.16%-
XYZ1.740.888.06-
YUV17.91164.17121.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 82 (32.42% from 255) = 81.19%
R=8.91%
G=9.90%
B=81.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal910820.890.8800.68239.1880.2217.84
Hex9A525958044ef5012
Octal1112122131130010435712022
Binary100110101010010101100110110000100010011101111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090A52; }

 p { color: rgb(9,10,82); }

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

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

 a { background-color: rgb(9,10,82); }

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

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

 span { border-color: rgb(9,10,82); }

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