#15126D

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

Shades of Midnight Blue #15126D

Tints of Midnight Blue #15126D

Color information

#15126D (or 0x15126D) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 6D. RGB value is (21,18,109). Sum of RGB (Red+Green+Blue) = 21+18+109=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #15126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15126D is #EAED92. Grayscale: #1C1C1C. Windows color (decimal): -15396243 or 7148053. OLE color: 7148053.

HSL color Cylindrical-coordinate representation of color #15126D: hue angle of 241.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15126D is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2118109-
CMYK0.810.8300.57
HSL241.98º71.65%24.9%-
HSV(B)241.98º83.49%42.75%-
XYZ3.291.714.62-
YUV29.27172.99122.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 109 (42.97% from 255) = 73.65%
R=14.19%
G=12.16%
B=73.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21181090.810.8300.57241.9871.6524.9
Hex15126D5153039f24819
Octal252215512112307136211031
Binary1010110010110110110100011010011011100111110010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15126D; }

 p { color: rgb(21,18,109); }

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

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

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

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

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

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

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