#151E60

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

Shades of Midnight Blue #151E60

Tints of Midnight Blue #151E60

Color information

#151E60 (or 0x151E60) is unknown color: approx Midnight Blue. HEX triplet: 15, 1E and 60. RGB value is (21,30,96). Sum of RGB (Red+Green+Blue) = 21+30+96=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #151E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E60 is #EAE19F. Grayscale: #222222. Windows color (decimal): -15393184 or 6299157. OLE color: 6299157.

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

Color convert

RGB213096-
CMYK0.780.6900.62
HSL232.8º64.1%22.94%-
HSV(B)232.8º78.12%37.65%-
XYZ2.881.9311.29-
YUV34.83162.52118.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=14.29%
G=20.41%
B=65.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2130960.780.6900.62232.864.122.94
Hex151E604E4503Ee94017
Octal253614011610507635110027
Binary1010111110110000010011101000101011111011101001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151E60; }

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

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

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

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

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

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

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

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