#152B50

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

Shades of Midnight #152B50

Tints of Midnight #152B50

Color information

#152B50 (or 0x152B50) is unknown color: approx Midnight. HEX triplet: 15, 2B and 50. RGB value is (21,43,80). Sum of RGB (Red+Green+Blue) = 21+43+80=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #152B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B50 is #EAD4AF. Grayscale: #282828. Windows color (decimal): -15389872 or 5253909. OLE color: 5253909.

HSL color Cylindrical-coordinate representation of color #152B50: hue angle of 217.63º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152B50 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB214380-
CMYK0.740.4600.69
HSL217.63º58.42%19.8%-
HSV(B)217.63º73.75%31.37%-
XYZ2.622.477.93-
YUV40.64150.21113.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=14.58%
G=29.86%
B=55.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2143800.740.4600.69217.6358.4219.8
Hex152B504A2E045da3a14
Octal25531201125601053327224
Binary1010110101110100001001010101110010001011101101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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