#152047

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

Shades of Midnight Express #152047

Tints of Midnight Express #152047

Color information

#152047 (or 0x152047) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 47. RGB value is (21,32,71). Sum of RGB (Red+Green+Blue) = 21+32+71=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #152047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152047 is #EADFB8. Grayscale: #202020. Windows color (decimal): -15392697 or 4661269. OLE color: 4661269.

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

Color convert

RGB213271-
CMYK0.700.5500.72
HSL226.8º54.35%18.04%-
HSV(B)226.8º70.42%27.84%-
XYZ1.961.656.18-
YUV33.16149.36119.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=16.94%
G=25.81%
B=57.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2132710.700.5500.72226.854.3518.04
Hex1520474637048e33612
Octal25401071066701103436622
Binary1010110000010001111000110110111010010001110001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152047; }

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

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

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

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

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

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

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

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