#151560

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

Shades of Midnight Blue #151560

Tints of Midnight Blue #151560

Color information

#151560 (or 0x151560) is unknown color: approx Midnight Blue. HEX triplet: 15, 15 and 60. RGB value is (21,21,96). Sum of RGB (Red+Green+Blue) = 21+21+96=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #151560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151560 is #EAEA9F. Grayscale: #1D1D1D. Windows color (decimal): -15395488 or 6296853. OLE color: 6296853.

HSL color Cylindrical-coordinate representation of color #151560: hue angle of 240º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151560 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB212196-
CMYK0.780.7800.62
HSL240º64.1%22.94%-
HSV(B)240º78.12%37.65%-
XYZ2.691.5411.22-
YUV29.55165.5121.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=15.22%
G=15.22%
B=69.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2121960.780.7800.6224064.122.94
Hex1515604E4E03Ef04017
Octal252514011611607636010027
Binary1010110101110000010011101001110011111011110000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151560; }

 p { color: rgb(21,21,96); }

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

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

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

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

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

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

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