Shades of Midnight Blue #151C75
Tints of Midnight Blue #151C75
RGB
CMYK
RGB Variations
Color information
#151C75 (or 0x151C75) is known color: Midnight Blue. HEX triplet: 15, 1C and 75. RGB value is (21,28,117). Sum of RGB (Red+Green+Blue) = 21+28+117=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #151C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C75 is #EAE38A. Grayscale: #232323. Windows color (decimal): -15393675 or 7674901. OLE color: 7674901.
HSL color Cylindrical-coordinate representation of color #151C75: hue angle of 235.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151C75 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 28 | 117 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.54 |
| HSL | 235.63º | 0.7% | 0.27% | - |
| HSV(B) | 235.63º | 0.82% | 0.46% | - |
| XYZ | 3.94 | 2.27 | 17.06 | - |
| YUV | 36.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 117 | 0.82 | 0.76 | 0 | 0.54 | 235.63 | 0.7 | 0.27 |
| Hex | 15 | 1C | 75 | 52 | 4C | 0 | 36 | EC | 46 | 1B |
| Octal | 25 | 34 | 165 | 122 | 114 | 0 | 66 | 354 | 106 | 33 |
| Binary | 10101 | 11100 | 1110101 | 1010010 | 1001100 | 0 | 110110 | 11101100 | 1000110 | 11011 |
Color Harmonies of #151C75
Complementary color
Monochromatic Colors of #151C75
Black with #151C75
Text Example
Text Example
White with #151C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C75; }
p { color: rgb(21,28,117); }
H1.HeaderClassName
{
color: #151C75;
}
.AnyTagClassName
{
color: #151C75;
}
</style>
background-color css
<style>
a { background-color: #151C75; }
a { background-color: rgb(21,28,117); }
div.DivClassName
{
background-color: #151C75;
}
.BgClassName
{
background-color: #151C75;
}
</style>
border-color css
<style>
span { border-color: #151C75; }
span { border-color: rgb(21,28,117); }
td.TdClassName
{
border-color: #151C75;
}
.TagClassName
{
border-color: #151C75;
}
</style>