#091D42

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

Shades of Midnight Express #091D42

Tints of Midnight Express #091D42

Color information

#091D42 (or 0x091D42) is unknown color: approx Midnight Express. HEX triplet: 09, 1D and 42. RGB value is (9,29,66). Sum of RGB (Red+Green+Blue) = 9+29+66=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #091D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D42 is #F6E2BD. Grayscale: #1B1B1B. Windows color (decimal): -16179902 or 4332809. OLE color: 4332809.

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

Color convert

RGB92966-
CMYK0.860.5600.74
HSL218.95º76%14.71%-
HSV(B)218.95º86.36%25.88%-
XYZ1.541.335.33-
YUV27.24149.87114.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 66 (26.17% from 255) = 63.46%
R=8.65%
G=27.88%
B=63.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal929660.860.5600.74218.957614.71
Hex91D42563804Adb4cf
Octal113510212670011233311417
Binary10011110110000101010110111000010010101101101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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