Shades of Midnight Blue #15145E
Tints of Midnight Blue #15145E
RGB
CMYK
RGB Variations
Color information
#15145E (or 0x15145E) is known color: Midnight Blue. HEX triplet: 15, 14 and 5E. RGB value is (21,20,94). Sum of RGB (Red+Green+Blue) = 21+20+94=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #15145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15145E is #EAEBA1. Grayscale: #1C1C1C. Windows color (decimal): -15395746 or 6165525. OLE color: 6165525.
HSL color Cylindrical-coordinate representation of color #15145E: hue angle of 240.81º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15145E is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 20 | 94 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.63 |
| HSL | 240.81º | 0.65% | 0.22% | - |
| HSV(B) | 240.81º | 0.79% | 0.37% | - |
| XYZ | 2.58 | 1.47 | 10.74 | - |
| YUV | 28.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 94 | 0.78 | 0.79 | 0 | 0.63 | 240.81 | 0.65 | 0.22 |
| Hex | 15 | 14 | 5E | 4E | 4F | 0 | 3F | F1 | 41 | 16 |
| Octal | 25 | 24 | 136 | 116 | 117 | 0 | 77 | 361 | 101 | 26 |
| Binary | 10101 | 10100 | 1011110 | 1001110 | 1001111 | 0 | 111111 | 11110001 | 1000001 | 10110 |
Color Harmonies of #15145E
Complementary color
Monochromatic Colors of #15145E
Black with #15145E
Text Example
Text Example
White with #15145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15145E; }
p { color: rgb(21,20,94); }
H1.HeaderClassName
{
color: #15145E;
}
.AnyTagClassName
{
color: #15145E;
}
</style>
background-color css
<style>
a { background-color: #15145E; }
a { background-color: rgb(21,20,94); }
div.DivClassName
{
background-color: #15145E;
}
.BgClassName
{
background-color: #15145E;
}
</style>
border-color css
<style>
span { border-color: #15145E; }
span { border-color: rgb(21,20,94); }
td.TdClassName
{
border-color: #15145E;
}
.TagClassName
{
border-color: #15145E;
}
</style>