#091442

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

Shades of Midnight Express #091442

Tints of Midnight Express #091442

Color information

#091442 (or 0x091442) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 42. RGB value is (9,20,66). Sum of RGB (Red+Green+Blue) = 9+20+66=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #091442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091442 is #F6EBBD. Grayscale: #151515. Windows color (decimal): -16182206 or 4330505. OLE color: 4330505.

HSL color Cylindrical-coordinate representation of color #091442: hue angle of 228.42º 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 #091442 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB92066-
CMYK0.860.7000.74
HSL228.42º76%14.71%-
HSV(B)228.42º86.36%25.88%-
XYZ1.350.955.27-
YUV21.96152.86118.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 66 (26.17% from 255) = 69.47%
R=9.47%
G=21.05%
B=69.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal920660.860.7000.74228.427614.71
Hex91442564604Ae44cf
Octal1124102126106011234411417
Binary100110100100001010101101000110010010101110010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091442; }

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

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

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

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

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

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

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

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