#090D42

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

Shades of Midnight Express #090D42

Tints of Midnight Express #090D42

Color information

#090D42 (or 0x090D42) is unknown color: approx Midnight Express. HEX triplet: 09, 0D and 42. RGB value is (9,13,66). Sum of RGB (Red+Green+Blue) = 9+13+66=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 66 (26.17% from 255 or 75% from 88); Max value from RGB is 66 - color contains mainly: blue. Hex color #090D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D42 is #F6F2BD. Grayscale: #111111. Windows color (decimal): -16183998 or 4328713. OLE color: 4328713.

HSL color Cylindrical-coordinate representation of color #090D42: hue angle of 235.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #090D42 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB91366-
CMYK0.860.8000.74
HSL235.79º76%14.71%-
HSV(B)235.79º86.36%25.88%-
XYZ1.240.745.23-
YUV17.85155.17121.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 66 (26.17% from 255) = 75%
R=10.23%
G=14.77%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal913660.860.8000.74235.797614.71
Hex9D42565004Aec4cf
Octal1115102126120011235411417
Binary10011101100001010101101010000010010101110110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,13,66); }

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

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

 a { background-color: rgb(9,13,66); }

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

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

 span { border-color: rgb(9,13,66); }

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