Shades of Midnight Blue #150F70
Tints of Midnight Blue #150F70
RGB
CMYK
RGB Variations
Color information
#150F70 (or 0x150F70) is known color: Midnight Blue. HEX triplet: 15, 0F and 70. RGB value is (21,15,112). Sum of RGB (Red+Green+Blue) = 21+15+112=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #150F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F70 is #EAF08F. Grayscale: #1B1B1B. Windows color (decimal): -15397008 or 7343893. OLE color: 7343893.
HSL color Cylindrical-coordinate representation of color #150F70: hue angle of 243.71º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150F70 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 15 | 112 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.56 |
| HSL | 243.71º | 0.76% | 0.25% | - |
| HSV(B) | 243.71º | 0.87% | 0.44% | - |
| XYZ | 3.4 | 1.67 | 15.47 | - |
| YUV | 27.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 112 | 0.81 | 0.87 | 0 | 0.56 | 243.71 | 0.76 | 0.25 |
| Hex | 15 | F | 70 | 51 | 57 | 0 | 38 | F4 | 4C | 19 |
| Octal | 25 | 17 | 160 | 121 | 127 | 0 | 70 | 364 | 114 | 31 |
| Binary | 10101 | 1111 | 1110000 | 1010001 | 1010111 | 0 | 111000 | 11110100 | 1001100 | 11001 |
Color Harmonies of #150F70
Complementary color
Monochromatic Colors of #150F70
Black with #150F70
Text Example
Text Example
White with #150F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F70; }
p { color: rgb(21,15,112); }
H1.HeaderClassName
{
color: #150F70;
}
.AnyTagClassName
{
color: #150F70;
}
</style>
background-color css
<style>
a { background-color: #150F70; }
a { background-color: rgb(21,15,112); }
div.DivClassName
{
background-color: #150F70;
}
.BgClassName
{
background-color: #150F70;
}
</style>
border-color css
<style>
span { border-color: #150F70; }
span { border-color: rgb(21,15,112); }
td.TdClassName
{
border-color: #150F70;
}
.TagClassName
{
border-color: #150F70;
}
</style>