Shades of Midnight Blue #15145C
Tints of Midnight Blue #15145C
RGB
CMYK
RGB Variations
Color information
#15145C (or 0x15145C) is known color: Midnight Blue. HEX triplet: 15, 14 and 5C. RGB value is (21,20,92). Sum of RGB (Red+Green+Blue) = 21+20+92=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #15145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15145C is #EAEBA3. Grayscale: #1C1C1C. Windows color (decimal): -15395748 or 6034453. OLE color: 6034453.
HSL color Cylindrical-coordinate representation of color #15145C: hue angle of 240.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15145C is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 20 | 92 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.64 |
| HSL | 240.83º | 0.64% | 0.22% | - |
| HSV(B) | 240.83º | 0.78% | 0.36% | - |
| XYZ | 2.49 | 1.43 | 10.27 | - |
| YUV | 28.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 92 | 0.77 | 0.78 | 0 | 0.64 | 240.83 | 0.64 | 0.22 |
| Hex | 15 | 14 | 5C | 4D | 4E | 0 | 40 | F1 | 40 | 16 |
| Octal | 25 | 24 | 134 | 115 | 116 | 0 | 100 | 361 | 100 | 26 |
| Binary | 10101 | 10100 | 1011100 | 1001101 | 1001110 | 0 | 1000000 | 11110001 | 1000000 | 10110 |
Color Harmonies of #15145C
Complementary color
Monochromatic Colors of #15145C
Black with #15145C
Text Example
Text Example
White with #15145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15145C; }
p { color: rgb(21,20,92); }
H1.HeaderClassName
{
color: #15145C;
}
.AnyTagClassName
{
color: #15145C;
}
</style>
background-color css
<style>
a { background-color: #15145C; }
a { background-color: rgb(21,20,92); }
div.DivClassName
{
background-color: #15145C;
}
.BgClassName
{
background-color: #15145C;
}
</style>
border-color css
<style>
span { border-color: #15145C; }
span { border-color: rgb(21,20,92); }
td.TdClassName
{
border-color: #15145C;
}
.TagClassName
{
border-color: #15145C;
}
</style>