#152A47

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

Shades of Midnight #152A47

Tints of Midnight #152A47

Color information

#152A47 (or 0x152A47) is unknown color: approx Midnight. HEX triplet: 15, 2A and 47. RGB value is (21,42,71). Sum of RGB (Red+Green+Blue) = 21+42+71=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #152A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A47 is #EAD5B8. Grayscale: #262626. Windows color (decimal): -15390137 or 4663829. OLE color: 4663829.

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

Color convert

RGB214271-
CMYK0.700.4100.72
HSL214.8º54.35%18.04%-
HSV(B)214.8º70.42%27.84%-
XYZ2.272.276.28-
YUV39.03146.04115.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=15.67%
G=31.34%
B=52.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2142710.700.4100.72214.854.3518.04
Hex152A474629048d73612
Octal25521071065101103276622
Binary1010110101010001111000110101001010010001101011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A47; }

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

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

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

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

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

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

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

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