Shades of Midnight Blue #151C72
Tints of Midnight Blue #151C72
RGB
CMYK
RGB Variations
Color information
#151C72 (or 0x151C72) is known color: Midnight Blue. HEX triplet: 15, 1C and 72. RGB value is (21,28,114). Sum of RGB (Red+Green+Blue) = 21+28+114=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #151C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C72 is #EAE38D. Grayscale: #232323. Windows color (decimal): -15393678 or 7478293. OLE color: 7478293.
HSL color Cylindrical-coordinate representation of color #151C72: hue angle of 235.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151C72 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 28 | 114 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.55 |
| HSL | 235.48º | 0.69% | 0.26% | - |
| HSV(B) | 235.48º | 0.82% | 0.45% | - |
| XYZ | 3.76 | 2.2 | 16.15 | - |
| YUV | 35.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 114 | 0.82 | 0.75 | 0 | 0.55 | 235.48 | 0.69 | 0.26 |
| Hex | 15 | 1C | 72 | 52 | 4B | 0 | 37 | EB | 45 | 1A |
| Octal | 25 | 34 | 162 | 122 | 113 | 0 | 67 | 353 | 105 | 32 |
| Binary | 10101 | 11100 | 1110010 | 1010010 | 1001011 | 0 | 110111 | 11101011 | 1000101 | 11010 |
Color Harmonies of #151C72
Complementary color
Monochromatic Colors of #151C72
Black with #151C72
Text Example
Text Example
White with #151C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C72; }
p { color: rgb(21,28,114); }
H1.HeaderClassName
{
color: #151C72;
}
.AnyTagClassName
{
color: #151C72;
}
</style>
background-color css
<style>
a { background-color: #151C72; }
a { background-color: rgb(21,28,114); }
div.DivClassName
{
background-color: #151C72;
}
.BgClassName
{
background-color: #151C72;
}
</style>
border-color css
<style>
span { border-color: #151C72; }
span { border-color: rgb(21,28,114); }
td.TdClassName
{
border-color: #151C72;
}
.TagClassName
{
border-color: #151C72;
}
</style>