#152448

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

Shades of Midnight Express #152448

Tints of Midnight Express #152448

Color information

#152448 (or 0x152448) is unknown color: approx Midnight Express. HEX triplet: 15, 24 and 48. RGB value is (21,36,72). Sum of RGB (Red+Green+Blue) = 21+36+72=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #152448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152448 is #EADBB7. Grayscale: #232323. Windows color (decimal): -15391672 or 4727829. OLE color: 4727829.

HSL color Cylindrical-coordinate representation of color #152448: hue angle of 222.35º 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 #152448 is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB213672-
CMYK0.710.500.72
HSL222.35º54.84%18.24%-
HSV(B)222.35º70.83%28.24%-
XYZ2.111.896.38-
YUV35.62148.53117.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=16.28%
G=27.91%
B=55.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2136720.710.500.72222.3554.8418.24
Hex1524484732048de3712
Octal25441101076201103366722
Binary1010110010010010001000111110010010010001101111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152448; }

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

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

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

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

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

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

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

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