#090C48

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

Shades of Midnight Express #090C48

Tints of Midnight Express #090C48

Color information

#090C48 (or 0x090C48) is unknown color: approx Midnight Express. HEX triplet: 09, 0C and 48. RGB value is (9,12,72). Sum of RGB (Red+Green+Blue) = 9+12+72=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #090C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C48 is #F6F3B7. Grayscale: #111111. Windows color (decimal): -16184248 or 4721673. OLE color: 4721673.

HSL color Cylindrical-coordinate representation of color #090C48: hue angle of 237.14º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090C48 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB91272-
CMYK0.880.8300.72
HSL237.14º77.78%15.88%-
HSV(B)237.14º87.5%28.24%-
XYZ1.410.796.21-
YUV17.94158.51121.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=9.68%
G=12.90%
B=77.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal912720.880.8300.72237.1477.7815.88
Hex9C485853048ed4e10
Octal1114110130123011035511620
Binary100111001001000101100010100110100100011101101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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