#091942

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

Shades of Midnight Express #091942

Tints of Midnight Express #091942

Color information

#091942 (or 0x091942) is unknown color: approx Midnight Express. HEX triplet: 09, 19 and 42. RGB value is (9,25,66). Sum of RGB (Red+Green+Blue) = 9+25+66=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #091942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091942 is #F6E6BD. Grayscale: #181818. Windows color (decimal): -16180926 or 4331785. OLE color: 4331785.

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

Color convert

RGB92566-
CMYK0.860.6200.74
HSL223.16º76%14.71%-
HSV(B)223.16º86.36%25.88%-
XYZ1.441.155.3-
YUV24.89151.2116.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 66%
R=9%
G=25%
B=66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal925660.860.6200.74223.167614.71
Hex91942563E04Adf4cf
Octal113110212676011233711417
Binary10011100110000101010110111110010010101101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091942; }

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

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

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

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

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

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

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

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