Shades of Midnight Blue #15066C
Tints of Midnight Blue #15066C
RGB
CMYK
RGB Variations
Color information
#15066C (or 0x15066C) is known color: Midnight Blue. HEX triplet: 15, 06 and 6C. RGB value is (21,6,108). Sum of RGB (Red+Green+Blue) = 21+6+108=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #15066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15066C is #EAF993. Grayscale: #151515. Windows color (decimal): -15399316 or 7079445. OLE color: 7079445.
HSL color Cylindrical-coordinate representation of color #15066C: hue angle of 248.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15066C is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 6 | 108 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.58 |
| HSL | 248.82º | 0.89% | 0.22% | - |
| HSV(B) | 248.82º | 0.94% | 0.42% | - |
| XYZ | 3.08 | 1.37 | 14.29 | - |
| YUV | 22.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 108 | 0.81 | 0.94 | 0 | 0.58 | 248.82 | 0.89 | 0.22 |
| Hex | 15 | 6 | 6C | 51 | 5E | 0 | 3A | F9 | 59 | 16 |
| Octal | 25 | 6 | 154 | 121 | 136 | 0 | 72 | 371 | 131 | 26 |
| Binary | 10101 | 110 | 1101100 | 1010001 | 1011110 | 0 | 111010 | 11111001 | 1011001 | 10110 |
Color Harmonies of #15066C
Complementary color
Monochromatic Colors of #15066C
Black with #15066C
Text Example
Text Example
White with #15066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15066C; }
p { color: rgb(21,6,108); }
H1.HeaderClassName
{
color: #15066C;
}
.AnyTagClassName
{
color: #15066C;
}
</style>
background-color css
<style>
a { background-color: #15066C; }
a { background-color: rgb(21,6,108); }
div.DivClassName
{
background-color: #15066C;
}
.BgClassName
{
background-color: #15066C;
}
</style>
border-color css
<style>
span { border-color: #15066C; }
span { border-color: rgb(21,6,108); }
td.TdClassName
{
border-color: #15066C;
}
.TagClassName
{
border-color: #15066C;
}
</style>