#151960

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

Shades of Midnight Blue #151960

Tints of Midnight Blue #151960

Color information

#151960 (or 0x151960) is unknown color: approx Midnight Blue. HEX triplet: 15, 19 and 60. RGB value is (21,25,96). Sum of RGB (Red+Green+Blue) = 21+25+96=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #151960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151960 is #EAE69F. Grayscale: #1F1F1F. Windows color (decimal): -15394464 or 6297877. OLE color: 6297877.

HSL color Cylindrical-coordinate representation of color #151960: hue angle of 236.8º 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 #151960 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB212596-
CMYK0.780.7400.62
HSL236.8º64.1%22.94%-
HSV(B)236.8º78.12%37.65%-
XYZ2.771.711.25-
YUV31.9164.17120.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=14.79%
G=17.61%
B=67.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2125960.780.7400.62236.864.122.94
Hex1519604E4A03Eed4017
Octal253114011611207635510027
Binary1010111001110000010011101001010011111011101101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151960; }

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

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

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

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

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

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

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

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