Shades of Midnight Blue #15065D
Tints of Midnight Blue #15065D
RGB
CMYK
RGB Variations
Color information
#15065D (or 0x15065D) is known color: Midnight Blue. HEX triplet: 15, 06 and 5D. RGB value is (21,6,93). Sum of RGB (Red+Green+Blue) = 21+6+93=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #15065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15065D is #EAF9A2. Grayscale: #141414. Windows color (decimal): -15399331 or 6096405. OLE color: 6096405.
HSL color Cylindrical-coordinate representation of color #15065D: hue angle of 250.34º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15065D is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 6 | 93 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.64 |
| HSL | 250.34º | 0.88% | 0.19% | - |
| HSV(B) | 250.34º | 0.94% | 0.36% | - |
| XYZ | 2.35 | 1.08 | 10.44 | - |
| YUV | 20.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 93 | 0.77 | 0.94 | 0 | 0.64 | 250.34 | 0.88 | 0.19 |
| Hex | 15 | 6 | 5D | 4D | 5E | 0 | 40 | FA | 58 | 13 |
| Octal | 25 | 6 | 135 | 115 | 136 | 0 | 100 | 372 | 130 | 23 |
| Binary | 10101 | 110 | 1011101 | 1001101 | 1011110 | 0 | 1000000 | 11111010 | 1011000 | 10011 |
Color Harmonies of #15065D
Complementary color
Monochromatic Colors of #15065D
Black with #15065D
Text Example
Text Example
White with #15065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15065D; }
p { color: rgb(21,6,93); }
H1.HeaderClassName
{
color: #15065D;
}
.AnyTagClassName
{
color: #15065D;
}
</style>
background-color css
<style>
a { background-color: #15065D; }
a { background-color: rgb(21,6,93); }
div.DivClassName
{
background-color: #15065D;
}
.BgClassName
{
background-color: #15065D;
}
</style>
border-color css
<style>
span { border-color: #15065D; }
span { border-color: rgb(21,6,93); }
td.TdClassName
{
border-color: #15065D;
}
.TagClassName
{
border-color: #15065D;
}
</style>