#152B4D

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

Shades of Midnight #152B4D

Tints of Midnight #152B4D

Color information

#152B4D (or 0x152B4D) is unknown color: approx Midnight. HEX triplet: 15, 2B and 4D. RGB value is (21,43,77). Sum of RGB (Red+Green+Blue) = 21+43+77=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #152B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B4D is #EAD4B2. Grayscale: #282828. Windows color (decimal): -15389875 or 5057301. OLE color: 5057301.

HSL color Cylindrical-coordinate representation of color #152B4D: hue angle of 216.43º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #152B4D is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB214377-
CMYK0.730.4400.70
HSL216.43º57.14%19.22%-
HSV(B)216.43º72.73%30.2%-
XYZ2.512.427.36-
YUV40.3148.71114.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=14.89%
G=30.50%
B=54.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2143770.730.4400.70216.4357.1419.22
Hex152B4D492C046d83913
Octal25531151115401063307123
Binary1010110101110011011001001101100010001101101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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