Shades of Midnight Blue #151C70
Tints of Midnight Blue #151C70
RGB
CMYK
RGB Variations
Color information
#151C70 (or 0x151C70) is known color: Midnight Blue. HEX triplet: 15, 1C and 70. RGB value is (21,28,112). Sum of RGB (Red+Green+Blue) = 21+28+112=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #151C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C70 is #EAE38F. Grayscale: #232323. Windows color (decimal): -15393680 or 7347221. OLE color: 7347221.
HSL color Cylindrical-coordinate representation of color #151C70: hue angle of 235.38º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151C70 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 28 | 112 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.56 |
| HSL | 235.38º | 0.68% | 0.26% | - |
| HSV(B) | 235.38º | 0.81% | 0.44% | - |
| XYZ | 3.65 | 2.16 | 15.55 | - |
| YUV | 35.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 112 | 0.81 | 0.75 | 0 | 0.56 | 235.38 | 0.68 | 0.26 |
| Hex | 15 | 1C | 70 | 51 | 4B | 0 | 38 | EB | 44 | 1A |
| Octal | 25 | 34 | 160 | 121 | 113 | 0 | 70 | 353 | 104 | 32 |
| Binary | 10101 | 11100 | 1110000 | 1010001 | 1001011 | 0 | 111000 | 11101011 | 1000100 | 11010 |
Color Harmonies of #151C70
Complementary color
Monochromatic Colors of #151C70
Black with #151C70
Text Example
Text Example
White with #151C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C70; }
p { color: rgb(21,28,112); }
H1.HeaderClassName
{
color: #151C70;
}
.AnyTagClassName
{
color: #151C70;
}
</style>
background-color css
<style>
a { background-color: #151C70; }
a { background-color: rgb(21,28,112); }
div.DivClassName
{
background-color: #151C70;
}
.BgClassName
{
background-color: #151C70;
}
</style>
border-color css
<style>
span { border-color: #151C70; }
span { border-color: rgb(21,28,112); }
td.TdClassName
{
border-color: #151C70;
}
.TagClassName
{
border-color: #151C70;
}
</style>