#090C32

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

Shades of Midnight Express #090C32

Tints of Midnight Express #090C32

Color information

#090C32 (or 0x090C32) is unknown color: approx Midnight Express. HEX triplet: 09, 0C and 32. RGB value is (9,12,50). Sum of RGB (Red+Green+Blue) = 9+12+50=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #090C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C32 is #F6F3CD. Grayscale: #0F0F0F. Windows color (decimal): -16184270 or 3279881. OLE color: 3279881.

HSL color Cylindrical-coordinate representation of color #090C32: hue angle of 235.61º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090C32 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB91250-
CMYK0.820.7600.80
HSL235.61º69.49%11.57%-
HSV(B)235.61º82%19.61%-
XYZ0.820.553.08-
YUV15.43147.51123.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 50 (19.92% from 255) = 70.42%
R=12.68%
G=16.90%
B=70.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal912500.820.7600.80235.6169.4911.57
Hex9C32524C050ec45c
Octal111462122114012035410514
Binary1001110011001010100101001100010100001110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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