Shades of Midnight Blue #150F58
Tints of Midnight Blue #150F58
RGB
CMYK
RGB Variations
Color information
#150F58 (or 0x150F58) is known color: Midnight Blue. HEX triplet: 15, 0F and 58. RGB value is (21,15,88). Sum of RGB (Red+Green+Blue) = 21+15+88=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #150F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F58 is #EAF0A7. Grayscale: #181818. Windows color (decimal): -15397032 or 5771029. OLE color: 5771029.
HSL color Cylindrical-coordinate representation of color #150F58: hue angle of 244.93º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150F58 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 15 | 88 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.65 |
| HSL | 244.93º | 0.71% | 0.2% | - |
| HSV(B) | 244.93º | 0.83% | 0.35% | - |
| XYZ | 2.24 | 1.21 | 9.35 | - |
| YUV | 25.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 88 | 0.76 | 0.83 | 0 | 0.65 | 244.93 | 0.71 | 0.2 |
| Hex | 15 | F | 58 | 4C | 53 | 0 | 41 | F5 | 47 | 14 |
| Octal | 25 | 17 | 130 | 114 | 123 | 0 | 101 | 365 | 107 | 24 |
| Binary | 10101 | 1111 | 1011000 | 1001100 | 1010011 | 0 | 1000001 | 11110101 | 1000111 | 10100 |
Color Harmonies of #150F58
Complementary color
Monochromatic Colors of #150F58
Black with #150F58
Text Example
Text Example
White with #150F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F58; }
p { color: rgb(21,15,88); }
H1.HeaderClassName
{
color: #150F58;
}
.AnyTagClassName
{
color: #150F58;
}
</style>
background-color css
<style>
a { background-color: #150F58; }
a { background-color: rgb(21,15,88); }
div.DivClassName
{
background-color: #150F58;
}
.BgClassName
{
background-color: #150F58;
}
</style>
border-color css
<style>
span { border-color: #150F58; }
span { border-color: rgb(21,15,88); }
td.TdClassName
{
border-color: #150F58;
}
.TagClassName
{
border-color: #150F58;
}
</style>