#090C50

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

Shades of Midnight Blue #090C50

Tints of Midnight Blue #090C50

Color information

#090C50 (or 0x090C50) is unknown color: approx Midnight Blue. HEX triplet: 09, 0C and 50. RGB value is (9,12,80). Sum of RGB (Red+Green+Blue) = 9+12+80=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #090C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C50 is #F6F3AF. Grayscale: #121212. Windows color (decimal): -16184240 or 5245961. OLE color: 5245961.

HSL color Cylindrical-coordinate representation of color #090C50: hue angle of 237.46º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090C50 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB91280-
CMYK0.890.8500.69
HSL237.46º79.78%17.45%-
HSV(B)237.46º88.75%31.37%-
XYZ1.690.97.67-
YUV18.86162.51120.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=8.91%
G=11.88%
B=79.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal912800.890.8500.69237.4679.7817.45
Hex9C505955045ed5011
Octal1114120131125010535512021
Binary100111001010000101100110101010100010111101101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,12,80); }

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

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

 a { background-color: rgb(9,12,80); }

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

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

 span { border-color: rgb(9,12,80); }

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