Shades of Midnight Blue #150C58
Tints of Midnight Blue #150C58
RGB
CMYK
RGB Variations
Color information
#150C58 (or 0x150C58) is known color: Midnight Blue. HEX triplet: 15, 0C and 58. RGB value is (21,12,88). Sum of RGB (Red+Green+Blue) = 21+12+88=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #150C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C58 is #EAF3A7. Grayscale: #171717. Windows color (decimal): -15397800 or 5770261. OLE color: 5770261.
HSL color Cylindrical-coordinate representation of color #150C58: hue angle of 247.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150C58 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 12 | 88 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.65 |
| HSL | 247.11º | 0.76% | 0.2% | - |
| HSV(B) | 247.11º | 0.86% | 0.35% | - |
| XYZ | 2.2 | 1.13 | 9.33 | - |
| YUV | 23.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 88 | 0.76 | 0.86 | 0 | 0.65 | 247.11 | 0.76 | 0.2 |
| Hex | 15 | C | 58 | 4C | 56 | 0 | 41 | F7 | 4C | 14 |
| Octal | 25 | 14 | 130 | 114 | 126 | 0 | 101 | 367 | 114 | 24 |
| Binary | 10101 | 1100 | 1011000 | 1001100 | 1010110 | 0 | 1000001 | 11110111 | 1001100 | 10100 |
Color Harmonies of #150C58
Complementary color
Monochromatic Colors of #150C58
Black with #150C58
Text Example
Text Example
White with #150C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C58; }
p { color: rgb(21,12,88); }
H1.HeaderClassName
{
color: #150C58;
}
.AnyTagClassName
{
color: #150C58;
}
</style>
background-color css
<style>
a { background-color: #150C58; }
a { background-color: rgb(21,12,88); }
div.DivClassName
{
background-color: #150C58;
}
.BgClassName
{
background-color: #150C58;
}
</style>
border-color css
<style>
span { border-color: #150C58; }
span { border-color: rgb(21,12,88); }
td.TdClassName
{
border-color: #150C58;
}
.TagClassName
{
border-color: #150C58;
}
</style>