Shades of Midnight Blue #151C7A
Tints of Midnight Blue #151C7A
RGB
CMYK
RGB Variations
Color information
#151C7A (or 0x151C7A) is known color: Midnight Blue. HEX triplet: 15, 1C and 7A. RGB value is (21,28,122). Sum of RGB (Red+Green+Blue) = 21+28+122=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #151C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C7A is #EAE385. Grayscale: #242424. Windows color (decimal): -15393670 or 8002581. OLE color: 8002581.
HSL color Cylindrical-coordinate representation of color #151C7A: hue angle of 235.84º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151C7A is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 28 | 122 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.52 |
| HSL | 235.84º | 0.71% | 0.28% | - |
| HSV(B) | 235.84º | 0.83% | 0.48% | - |
| XYZ | 4.24 | 2.4 | 18.65 | - |
| YUV | 36.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 122 | 0.83 | 0.77 | 0 | 0.52 | 235.84 | 0.71 | 0.28 |
| Hex | 15 | 1C | 7A | 53 | 4D | 0 | 34 | EC | 47 | 1C |
| Octal | 25 | 34 | 172 | 123 | 115 | 0 | 64 | 354 | 107 | 34 |
| Binary | 10101 | 11100 | 1111010 | 1010011 | 1001101 | 0 | 110100 | 11101100 | 1000111 | 11100 |
Color Harmonies of #151C7A
Complementary color
Monochromatic Colors of #151C7A
Black with #151C7A
Text Example
Text Example
White with #151C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C7A; }
p { color: rgb(21,28,122); }
H1.HeaderClassName
{
color: #151C7A;
}
.AnyTagClassName
{
color: #151C7A;
}
</style>
background-color css
<style>
a { background-color: #151C7A; }
a { background-color: rgb(21,28,122); }
div.DivClassName
{
background-color: #151C7A;
}
.BgClassName
{
background-color: #151C7A;
}
</style>
border-color css
<style>
span { border-color: #151C7A; }
span { border-color: rgb(21,28,122); }
td.TdClassName
{
border-color: #151C7A;
}
.TagClassName
{
border-color: #151C7A;
}
</style>