#152E4D

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

Shades of Midnight #152E4D

Tints of Midnight #152E4D

Color information

#152E4D (or 0x152E4D) is unknown color: approx Midnight. HEX triplet: 15, 2E and 4D. RGB value is (21,46,77). Sum of RGB (Red+Green+Blue) = 21+46+77=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #152E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E4D is #EAD1B2. Grayscale: #292929. Windows color (decimal): -15389107 or 5058069. OLE color: 5058069.

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

Color convert

RGB214677-
CMYK0.730.4000.70
HSL213.21º57.14%19.22%-
HSV(B)213.21º72.73%30.2%-
XYZ2.632.657.39-
YUV42.06147.72112.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=14.58%
G=31.94%
B=53.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2146770.730.4000.70213.2157.1419.22
Hex152E4D4928046d53913
Octal25561151115001063257123
Binary1010110111010011011001001101000010001101101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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