#152248

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

Shades of Midnight Express #152248

Tints of Midnight Express #152248

Color information

#152248 (or 0x152248) is unknown color: approx Midnight Express. HEX triplet: 15, 22 and 48. RGB value is (21,34,72). Sum of RGB (Red+Green+Blue) = 21+34+72=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #152248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152248 is #EADDB7. Grayscale: #222222. Windows color (decimal): -15392184 or 4727317. OLE color: 4727317.

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

Color convert

RGB213472-
CMYK0.710.5300.72
HSL224.71º54.84%18.24%-
HSV(B)224.71º70.83%28.24%-
XYZ2.051.776.36-
YUV34.44149.19118.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=16.54%
G=26.77%
B=56.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2134720.710.5300.72224.7154.8418.24
Hex1522484735048e13712
Octal25421101076501103416722
Binary1010110001010010001000111110101010010001110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152248; }

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

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

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

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

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

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

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

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