#152D51

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

Shades of Midnight #152D51

Tints of Midnight #152D51

Color information

#152D51 (or 0x152D51) is unknown color: approx Midnight. HEX triplet: 15, 2D and 51. RGB value is (21,45,81). Sum of RGB (Red+Green+Blue) = 21+45+81=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #152D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D51 is #EAD2AE. Grayscale: #292929. Windows color (decimal): -15389359 or 5319957. OLE color: 5319957.

HSL color Cylindrical-coordinate representation of color #152D51: hue angle of 216º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152D51 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB214581-
CMYK0.740.4400.68
HSL216º58.82%20%-
HSV(B)216º74.07%31.76%-
XYZ2.732.638.15-
YUV41.93150.05113.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=14.29%
G=30.61%
B=55.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2145810.740.4400.6821658.8220
Hex152D514A2C044d83b14
Octal25551211125401043307324
Binary1010110110110100011001010101100010001001101100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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