Shades of Midnight Blue #150965
Tints of Midnight Blue #150965
RGB
CMYK
RGB Variations
Color information
#150965 (or 0x150965) is known color: Midnight Blue. HEX triplet: 15, 09 and 65. RGB value is (21,9,101). Sum of RGB (Red+Green+Blue) = 21+9+101=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 101 (39.84% from 255 or 77.10% from 131); Max value from RGB is 101 - color contains mainly: blue. Hex color #150965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150965 is #EAF69A. Grayscale: #161616. Windows color (decimal): -15398555 or 6621461. OLE color: 6621461.
HSL color Cylindrical-coordinate representation of color #150965: hue angle of 247.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150965 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 9 | 101 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.60 |
| HSL | 247.83º | 0.84% | 0.22% | - |
| HSV(B) | 247.83º | 0.91% | 0.4% | - |
| XYZ | 2.76 | 1.29 | 12.42 | - |
| YUV | 23.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 101 | 0.79 | 0.91 | 0 | 0.60 | 247.83 | 0.84 | 0.22 |
| Hex | 15 | 9 | 65 | 4F | 5B | 0 | 3C | F8 | 54 | 16 |
| Octal | 25 | 11 | 145 | 117 | 133 | 0 | 74 | 370 | 124 | 26 |
| Binary | 10101 | 1001 | 1100101 | 1001111 | 1011011 | 0 | 111100 | 11111000 | 1010100 | 10110 |
Color Harmonies of #150965
Complementary color
Monochromatic Colors of #150965
Black with #150965
Text Example
Text Example
White with #150965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150965; }
p { color: rgb(21,9,101); }
H1.HeaderClassName
{
color: #150965;
}
.AnyTagClassName
{
color: #150965;
}
</style>
background-color css
<style>
a { background-color: #150965; }
a { background-color: rgb(21,9,101); }
div.DivClassName
{
background-color: #150965;
}
.BgClassName
{
background-color: #150965;
}
</style>
border-color css
<style>
span { border-color: #150965; }
span { border-color: rgb(21,9,101); }
td.TdClassName
{
border-color: #150965;
}
.TagClassName
{
border-color: #150965;
}
</style>