#152247

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

Shades of Midnight Express #152247

Tints of Midnight Express #152247

Color information

#152247 (or 0x152247) is unknown color: approx Midnight Express. HEX triplet: 15, 22 and 47. RGB value is (21,34,71). Sum of RGB (Red+Green+Blue) = 21+34+71=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #152247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152247 is #EADDB8. Grayscale: #222222. Windows color (decimal): -15392185 or 4661781. OLE color: 4661781.

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

Color convert

RGB213471-
CMYK0.700.5200.72
HSL224.4º54.35%18.04%-
HSV(B)224.4º70.42%27.84%-
XYZ2.021.766.19-
YUV34.33148.69118.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=16.67%
G=26.98%
B=56.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2134710.700.5200.72224.454.3518.04
Hex1522474634048e03612
Octal25421071066401103406622
Binary1010110001010001111000110110100010010001110000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152247; }

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

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

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

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

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

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

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

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