Shades of Midnight Blue #150A69
Tints of Midnight Blue #150A69
RGB
CMYK
RGB Variations
Color information
#150A69 (or 0x150A69) is known color: Midnight Blue. HEX triplet: 15, 0A and 69. RGB value is (21,10,105). Sum of RGB (Red+Green+Blue) = 21+10+105=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #150A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A69 is #EAF596. Grayscale: #171717. Windows color (decimal): -15398295 or 6883861. OLE color: 6883861.
HSL color Cylindrical-coordinate representation of color #150A69: hue angle of 246.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150A69 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 10 | 105 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.59 |
| HSL | 246.95º | 0.83% | 0.23% | - |
| HSV(B) | 246.95º | 0.9% | 0.41% | - |
| XYZ | 2.97 | 1.4 | 13.48 | - |
| YUV | 24.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 105 | 0.80 | 0.90 | 0 | 0.59 | 246.95 | 0.83 | 0.23 |
| Hex | 15 | A | 69 | 50 | 5A | 0 | 3B | F7 | 53 | 17 |
| Octal | 25 | 12 | 151 | 120 | 132 | 0 | 73 | 367 | 123 | 27 |
| Binary | 10101 | 1010 | 1101001 | 1010000 | 1011010 | 0 | 111011 | 11110111 | 1010011 | 10111 |
Color Harmonies of #150A69
Complementary color
Monochromatic Colors of #150A69
Black with #150A69
Text Example
Text Example
White with #150A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A69; }
p { color: rgb(21,10,105); }
H1.HeaderClassName
{
color: #150A69;
}
.AnyTagClassName
{
color: #150A69;
}
</style>
background-color css
<style>
a { background-color: #150A69; }
a { background-color: rgb(21,10,105); }
div.DivClassName
{
background-color: #150A69;
}
.BgClassName
{
background-color: #150A69;
}
</style>
border-color css
<style>
span { border-color: #150A69; }
span { border-color: rgb(21,10,105); }
td.TdClassName
{
border-color: #150A69;
}
.TagClassName
{
border-color: #150A69;
}
</style>