#152C4C

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

Shades of Midnight #152C4C

Tints of Midnight #152C4C

Color information

#152C4C (or 0x152C4C) is unknown color: approx Midnight. HEX triplet: 15, 2C and 4C. RGB value is (21,44,76). Sum of RGB (Red+Green+Blue) = 21+44+76=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #152C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C4C is #EAD3B3. Grayscale: #282828. Windows color (decimal): -15389620 or 4992021. OLE color: 4992021.

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

Color convert

RGB214476-
CMYK0.720.4200.70
HSL214.91º56.7%19.02%-
HSV(B)214.91º72.37%29.8%-
XYZ2.512.487.18-
YUV40.77147.88113.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 76 (30.08% from 255) = 53.90%
R=14.89%
G=31.21%
B=53.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2144760.720.4200.70214.9156.719.02
Hex152C4C482A046d73913
Octal25541141105201063277123
Binary1010110110010011001001000101010010001101101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,76); }

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

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

 a { background-color: rgb(21,44,76); }

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

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

 span { border-color: rgb(21,44,76); }

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