#152648

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

Shades of Midnight Express #152648

Tints of Midnight Express #152648

Color information

#152648 (or 0x152648) is unknown color: approx Midnight Express. HEX triplet: 15, 26 and 48. RGB value is (21,38,72). Sum of RGB (Red+Green+Blue) = 21+38+72=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #152648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152648 is #EAD9B7. Grayscale: #242424. Windows color (decimal): -15391160 or 4728341. OLE color: 4728341.

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

Color convert

RGB213872-
CMYK0.710.4700.72
HSL220º54.84%18.24%-
HSV(B)220º70.83%28.24%-
XYZ2.172.016.41-
YUV36.79147.87116.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=16.03%
G=29.01%
B=54.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2138720.710.4700.7222054.8418.24
Hex152648472F048dc3712
Octal25461101075701103346722
Binary1010110011010010001000111101111010010001101110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152648; }

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

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

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

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

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

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

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

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