Shades of Midnight Blue #15147F
Tints of Midnight Blue #15147F
RGB
CMYK
RGB Variations
Color information
#15147F (or 0x15147F) is known color: Midnight Blue. HEX triplet: 15, 14 and 7F. RGB value is (21,20,127). Sum of RGB (Red+Green+Blue) = 21+20+127=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #15147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15147F is #EAEB80. Grayscale: #202020. Windows color (decimal): -15395713 or 8328213. OLE color: 8328213.
HSL color Cylindrical-coordinate representation of color #15147F: hue angle of 240.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15147F is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 20 | 127 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.50 |
| HSL | 240.56º | 0.73% | 0.29% | - |
| HSV(B) | 240.56º | 0.84% | 0.5% | - |
| XYZ | 4.39 | 2.19 | 20.27 | - |
| YUV | 32.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 127 | 0.83 | 0.84 | 0 | 0.50 | 240.56 | 0.73 | 0.29 |
| Hex | 15 | 14 | 7F | 53 | 54 | 0 | 32 | F1 | 49 | 1D |
| Octal | 25 | 24 | 177 | 123 | 124 | 0 | 62 | 361 | 111 | 35 |
| Binary | 10101 | 10100 | 1111111 | 1010011 | 1010100 | 0 | 110010 | 11110001 | 1001001 | 11101 |
Color Harmonies of #15147F
Complementary color
Monochromatic Colors of #15147F
Black with #15147F
Text Example
Text Example
White with #15147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15147F; }
p { color: rgb(21,20,127); }
H1.HeaderClassName
{
color: #15147F;
}
.AnyTagClassName
{
color: #15147F;
}
</style>
background-color css
<style>
a { background-color: #15147F; }
a { background-color: rgb(21,20,127); }
div.DivClassName
{
background-color: #15147F;
}
.BgClassName
{
background-color: #15147F;
}
</style>
border-color css
<style>
span { border-color: #15147F; }
span { border-color: rgb(21,20,127); }
td.TdClassName
{
border-color: #15147F;
}
.TagClassName
{
border-color: #15147F;
}
</style>