#152049

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

Shades of Midnight Express #152049

Tints of Midnight Express #152049

Color information

#152049 (or 0x152049) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 49. RGB value is (21,32,73). Sum of RGB (Red+Green+Blue) = 21+32+73=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #152049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152049 is #EADFB6. Grayscale: #212121. Windows color (decimal): -15392695 or 4792341. OLE color: 4792341.

HSL color Cylindrical-coordinate representation of color #152049: hue angle of 227.31º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152049 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB213273-
CMYK0.710.5600.71
HSL227.31º55.32%18.43%-
HSV(B)227.31º71.23%28.63%-
XYZ2.031.676.52-
YUV33.38150.36119.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=16.67%
G=25.40%
B=57.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2132730.710.5600.71227.3155.3218.43
Hex1520494738047e33712
Octal25401111077001073436722
Binary1010110000010010011000111111000010001111110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152049; }

 p { color: rgb(21,32,73); }

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

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

 a { background-color: rgb(21,32,73); }

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

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

 span { border-color: rgb(21,32,73); }

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