#152E48

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

Shades of Midnight #152E48

Tints of Midnight #152E48

Color information

#152E48 (or 0x152E48) is unknown color: approx Midnight. HEX triplet: 15, 2E and 48. RGB value is (21,46,72). Sum of RGB (Red+Green+Blue) = 21+46+72=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #152E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E48 is #EAD1B7. Grayscale: #292929. Windows color (decimal): -15389112 or 4730389. OLE color: 4730389.

HSL color Cylindrical-coordinate representation of color #152E48: hue angle of 210.59º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152E48 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB214672-
CMYK0.710.3600.72
HSL210.59º54.84%18.24%-
HSV(B)210.59º70.83%28.24%-
XYZ2.462.586.5-
YUV41.49145.22113.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=15.11%
G=33.09%
B=51.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2146720.710.3600.72210.5954.8418.24
Hex152E484724048d33712
Octal25561101074401103236722
Binary1010110111010010001000111100100010010001101001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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