#152A45

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

Shades of Midnight #152A45

Tints of Midnight #152A45

Color information

#152A45 (or 0x152A45) is unknown color: approx Midnight. HEX triplet: 15, 2A and 45. RGB value is (21,42,69). Sum of RGB (Red+Green+Blue) = 21+42+69=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #152A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A45 is #EAD5BA. Grayscale: #262626. Windows color (decimal): -15390139 or 4532757. OLE color: 4532757.

HSL color Cylindrical-coordinate representation of color #152A45: hue angle of 213.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152A45 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB214269-
CMYK0.700.3900.73
HSL213.75º53.33%17.65%-
HSV(B)213.75º69.57%27.06%-
XYZ2.212.255.95-
YUV38.8145.04115.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=15.91%
G=31.82%
B=52.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2142690.700.3900.73213.7553.3317.65
Hex152A454627049d63512
Octal25521051064701113266522
Binary1010110101010001011000110100111010010011101011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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