#152A46

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

Shades of Midnight #152A46

Tints of Midnight #152A46

Color information

#152A46 (or 0x152A46) is unknown color: approx Midnight. HEX triplet: 15, 2A and 46. RGB value is (21,42,70). Sum of RGB (Red+Green+Blue) = 21+42+70=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #152A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A46 is #EAD5B9. Grayscale: #262626. Windows color (decimal): -15390138 or 4598293. OLE color: 4598293.

HSL color Cylindrical-coordinate representation of color #152A46: hue angle of 214.29º degrees, saturation: 0.54, 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 #152A46 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB214270-
CMYK0.700.4000.73
HSL214.29º53.85%17.84%-
HSV(B)214.29º70%27.45%-
XYZ2.242.266.11-
YUV38.91145.54115.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=15.79%
G=31.58%
B=52.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2142700.700.4000.73214.2953.8517.84
Hex152A464628049d63612
Octal25521061065001113266622
Binary1010110101010001101000110101000010010011101011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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