Shades of Midnight Blue #150B73
Tints of Midnight Blue #150B73
RGB
CMYK
RGB Variations
Color information
#150B73 (or 0x150B73) is known color: Midnight Blue. HEX triplet: 15, 0B and 73. RGB value is (21,11,115). Sum of RGB (Red+Green+Blue) = 21+11+115=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #150B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B73 is #EAF48C. Grayscale: #191919. Windows color (decimal): -15398029 or 7539477. OLE color: 7539477.
HSL color Cylindrical-coordinate representation of color #150B73: hue angle of 245.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150B73 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 11 | 115 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.55 |
| HSL | 245.77º | 0.83% | 0.25% | - |
| HSV(B) | 245.77º | 0.9% | 0.45% | - |
| XYZ | 3.52 | 1.64 | 16.35 | - |
| YUV | 25.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 115 | 0.82 | 0.90 | 0 | 0.55 | 245.77 | 0.83 | 0.25 |
| Hex | 15 | B | 73 | 52 | 5A | 0 | 37 | F6 | 53 | 19 |
| Octal | 25 | 13 | 163 | 122 | 132 | 0 | 67 | 366 | 123 | 31 |
| Binary | 10101 | 1011 | 1110011 | 1010010 | 1011010 | 0 | 110111 | 11110110 | 1010011 | 11001 |
Color Harmonies of #150B73
Complementary color
Monochromatic Colors of #150B73
Black with #150B73
Text Example
Text Example
White with #150B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B73; }
p { color: rgb(21,11,115); }
H1.HeaderClassName
{
color: #150B73;
}
.AnyTagClassName
{
color: #150B73;
}
</style>
background-color css
<style>
a { background-color: #150B73; }
a { background-color: rgb(21,11,115); }
div.DivClassName
{
background-color: #150B73;
}
.BgClassName
{
background-color: #150B73;
}
</style>
border-color css
<style>
span { border-color: #150B73; }
span { border-color: rgb(21,11,115); }
td.TdClassName
{
border-color: #150B73;
}
.TagClassName
{
border-color: #150B73;
}
</style>