#152D4A

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

Shades of Midnight #152D4A

Tints of Midnight #152D4A

Color information

#152D4A (or 0x152D4A) is unknown color: approx Midnight. HEX triplet: 15, 2D and 4A. RGB value is (21,45,74). Sum of RGB (Red+Green+Blue) = 21+45+74=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #152D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D4A is #EAD2B5. Grayscale: #282828. Windows color (decimal): -15389366 or 4861205. OLE color: 4861205.

HSL color Cylindrical-coordinate representation of color #152D4A: hue angle of 212.83º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #152D4A is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB214574-
CMYK0.720.3900.71
HSL212.83º55.79%18.63%-
HSV(B)212.83º71.62%29.02%-
XYZ2.482.536.84-
YUV41.13146.55113.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 45 (17.97% from 255) = 32.14%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=15%
G=32.14%
B=52.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2145740.720.3900.71212.8355.7918.63
Hex152D4A4827047d53813
Octal25551121104701073257023
Binary1010110110110010101001000100111010001111101010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,74); }

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

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

 a { background-color: rgb(21,45,74); }

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

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

 span { border-color: rgb(21,45,74); }

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