#152244

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

Shades of Midnight Express #152244

Tints of Midnight Express #152244

Color information

#152244 (or 0x152244) is unknown color: approx Midnight Express. HEX triplet: 15, 22 and 44. RGB value is (21,34,68). Sum of RGB (Red+Green+Blue) = 21+34+68=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #152244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152244 is #EADDBB. Grayscale: #212121. Windows color (decimal): -15392188 or 4465173. OLE color: 4465173.

HSL color Cylindrical-coordinate representation of color #152244: hue angle of 223.4º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #152244 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB213468-
CMYK0.690.5000.73
HSL223.4º52.81%17.45%-
HSV(B)223.4º69.12%26.67%-
XYZ1.921.725.7-
YUV33.99147.19118.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 68 (26.95% from 255) = 55.28%
R=17.07%
G=27.64%
B=55.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2134680.690.5000.73223.452.8117.45
Hex1522444532049df3511
Octal25421041056201113376521
Binary1010110001010001001000101110010010010011101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152244; }

 p { color: rgb(21,34,68); }

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

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

 a { background-color: rgb(21,34,68); }

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

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

 span { border-color: rgb(21,34,68); }

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