#151160

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

Shades of Midnight Blue #151160

Tints of Midnight Blue #151160

Color information

#151160 (or 0x151160) is unknown color: approx Midnight Blue. HEX triplet: 15, 11 and 60. RGB value is (21,17,96). Sum of RGB (Red+Green+Blue) = 21+17+96=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #151160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151160 is #EAEE9F. Grayscale: #1A1A1A. Windows color (decimal): -15396512 or 6295829. OLE color: 6295829.

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

Color convert

RGB211796-
CMYK0.780.8200.62
HSL243.04º69.91%22.16%-
HSV(B)243.04º82.29%37.65%-
XYZ2.621.411.2-
YUV27.2166.83123.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=15.67%
G=12.69%
B=71.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2117960.780.8200.62243.0469.9122.16
Hex1511604E5203Ef34616
Octal252114011612207636310626
Binary1010110001110000010011101010010011111011110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151160; }

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

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

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

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

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

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

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

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