Shades of Midnight Blue #151C85
Tints of Midnight Blue #151C85
RGB
CMYK
RGB Variations
Color information
#151C85 (or 0x151C85) is known color: Midnight Blue. HEX triplet: 15, 1C and 85. RGB value is (21,28,133). Sum of RGB (Red+Green+Blue) = 21+28+133=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #151C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C85 is #EAE37A. Grayscale: #252525. Windows color (decimal): -15393659 or 8723477. OLE color: 8723477.
HSL color Cylindrical-coordinate representation of color #151C85: hue angle of 236.25º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151C85 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 28 | 133 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.48 |
| HSL | 236.25º | 0.73% | 0.3% | - |
| HSV(B) | 236.25º | 0.84% | 0.52% | - |
| XYZ | 4.96 | 2.68 | 22.45 | - |
| YUV | 37.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 133 | 0.84 | 0.79 | 0 | 0.48 | 236.25 | 0.73 | 0.3 |
| Hex | 15 | 1C | 85 | 54 | 4F | 0 | 30 | EC | 49 | 1E |
| Octal | 25 | 34 | 205 | 124 | 117 | 0 | 60 | 354 | 111 | 36 |
| Binary | 10101 | 11100 | 10000101 | 1010100 | 1001111 | 0 | 110000 | 11101100 | 1001001 | 11110 |
Color Harmonies of #151C85
Complementary color
Monochromatic Colors of #151C85
Black with #151C85
Text Example
Text Example
White with #151C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C85; }
p { color: rgb(21,28,133); }
H1.HeaderClassName
{
color: #151C85;
}
.AnyTagClassName
{
color: #151C85;
}
</style>
background-color css
<style>
a { background-color: #151C85; }
a { background-color: rgb(21,28,133); }
div.DivClassName
{
background-color: #151C85;
}
.BgClassName
{
background-color: #151C85;
}
</style>
border-color css
<style>
span { border-color: #151C85; }
span { border-color: rgb(21,28,133); }
td.TdClassName
{
border-color: #151C85;
}
.TagClassName
{
border-color: #151C85;
}
</style>