Shades of Midnight Blue #150A65
Tints of Midnight Blue #150A65
RGB
CMYK
RGB Variations
Color information
#150A65 (or 0x150A65) is known color: Midnight Blue. HEX triplet: 15, 0A and 65. RGB value is (21,10,101). Sum of RGB (Red+Green+Blue) = 21+10+101=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #150A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A65 is #EAF59A. Grayscale: #171717. Windows color (decimal): -15398299 or 6621717. OLE color: 6621717.
HSL color Cylindrical-coordinate representation of color #150A65: hue angle of 247.25º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150A65 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 10 | 101 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.60 |
| HSL | 247.25º | 0.82% | 0.22% | - |
| HSV(B) | 247.25º | 0.9% | 0.4% | - |
| XYZ | 2.77 | 1.32 | 12.42 | - |
| YUV | 23.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 101 | 0.79 | 0.90 | 0 | 0.60 | 247.25 | 0.82 | 0.22 |
| Hex | 15 | A | 65 | 4F | 5A | 0 | 3C | F7 | 52 | 16 |
| Octal | 25 | 12 | 145 | 117 | 132 | 0 | 74 | 367 | 122 | 26 |
| Binary | 10101 | 1010 | 1100101 | 1001111 | 1011010 | 0 | 111100 | 11110111 | 1010010 | 10110 |
Color Harmonies of #150A65
Complementary color
Monochromatic Colors of #150A65
Black with #150A65
Text Example
Text Example
White with #150A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A65; }
p { color: rgb(21,10,101); }
H1.HeaderClassName
{
color: #150A65;
}
.AnyTagClassName
{
color: #150A65;
}
</style>
background-color css
<style>
a { background-color: #150A65; }
a { background-color: rgb(21,10,101); }
div.DivClassName
{
background-color: #150A65;
}
.BgClassName
{
background-color: #150A65;
}
</style>
border-color css
<style>
span { border-color: #150A65; }
span { border-color: rgb(21,10,101); }
td.TdClassName
{
border-color: #150A65;
}
.TagClassName
{
border-color: #150A65;
}
</style>