#152B47

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

Shades of Midnight #152B47

Tints of Midnight #152B47

Color information

#152B47 (or 0x152B47) is unknown color: approx Midnight. HEX triplet: 15, 2B and 47. RGB value is (21,43,71). Sum of RGB (Red+Green+Blue) = 21+43+71=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #152B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B47 is #EAD4B8. Grayscale: #272727. Windows color (decimal): -15389881 or 4664085. OLE color: 4664085.

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

Color convert

RGB214371-
CMYK0.700.3900.72
HSL213.6º54.35%18.04%-
HSV(B)213.6º70.42%27.84%-
XYZ2.312.346.29-
YUV39.61145.71114.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 71 (28.12% from 255) = 52.59%
R=15.56%
G=31.85%
B=52.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2143710.700.3900.72213.654.3518.04
Hex152B474627048d63612
Octal25531071064701103266622
Binary1010110101110001111000110100111010010001101011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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