#152442

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

Shades of Midnight Express #152442

Tints of Midnight Express #152442

Color information

#152442 (or 0x152442) is unknown color: approx Midnight Express. HEX triplet: 15, 24 and 42. RGB value is (21,36,66). Sum of RGB (Red+Green+Blue) = 21+36+66=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #152442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152442 is #EADBBD. Grayscale: #222222. Windows color (decimal): -15391678 or 4334613. OLE color: 4334613.

HSL color Cylindrical-coordinate representation of color #152442: hue angle of 220º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152442 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB213666-
CMYK0.680.4500.74
HSL220º51.72%17.06%-
HSV(B)220º68.18%25.88%-
XYZ1.921.815.4-
YUV34.93145.53118.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=17.07%
G=29.27%
B=53.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2136660.680.4500.7422051.7217.06
Hex152442442D04Adc3411
Octal25441021045501123346421
Binary1010110010010000101000100101101010010101101110011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152442; }

 p { color: rgb(21,36,66); }

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

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

 a { background-color: rgb(21,36,66); }

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

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

 span { border-color: rgb(21,36,66); }

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