Shades of Midnight Blue #151B70
Tints of Midnight Blue #151B70
RGB
CMYK
RGB Variations
Color information
#151B70 (or 0x151B70) is known color: Midnight Blue. HEX triplet: 15, 1B and 70. RGB value is (21,27,112). Sum of RGB (Red+Green+Blue) = 21+27+112=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #151B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B70 is #EAE48F. Grayscale: #222222. Windows color (decimal): -15393936 or 7346965. OLE color: 7346965.
HSL color Cylindrical-coordinate representation of color #151B70: hue angle of 236.04º 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 #151B70 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 27 | 112 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.56 |
| HSL | 236.04º | 0.68% | 0.26% | - |
| HSV(B) | 236.04º | 0.81% | 0.44% | - |
| XYZ | 3.63 | 2.11 | 15.55 | - |
| YUV | 34.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 112 | 0.81 | 0.76 | 0 | 0.56 | 236.04 | 0.68 | 0.26 |
| Hex | 15 | 1B | 70 | 51 | 4C | 0 | 38 | EC | 44 | 1A |
| Octal | 25 | 33 | 160 | 121 | 114 | 0 | 70 | 354 | 104 | 32 |
| Binary | 10101 | 11011 | 1110000 | 1010001 | 1001100 | 0 | 111000 | 11101100 | 1000100 | 11010 |
Color Harmonies of #151B70
Complementary color
Monochromatic Colors of #151B70
Black with #151B70
Text Example
Text Example
White with #151B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B70; }
p { color: rgb(21,27,112); }
H1.HeaderClassName
{
color: #151B70;
}
.AnyTagClassName
{
color: #151B70;
}
</style>
background-color css
<style>
a { background-color: #151B70; }
a { background-color: rgb(21,27,112); }
div.DivClassName
{
background-color: #151B70;
}
.BgClassName
{
background-color: #151B70;
}
</style>
border-color css
<style>
span { border-color: #151B70; }
span { border-color: rgb(21,27,112); }
td.TdClassName
{
border-color: #151B70;
}
.TagClassName
{
border-color: #151B70;
}
</style>