Shades of Midnight Blue #151C82
Tints of Midnight Blue #151C82
RGB
CMYK
RGB Variations
Color information
#151C82 (or 0x151C82) is known color: Midnight Blue. HEX triplet: 15, 1C and 82. RGB value is (21,28,130). Sum of RGB (Red+Green+Blue) = 21+28+130=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #151C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C82 is #EAE37D. Grayscale: #252525. Windows color (decimal): -15393662 or 8526869. OLE color: 8526869.
HSL color Cylindrical-coordinate representation of color #151C82: hue angle of 236.15º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151C82 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 28 | 130 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.49 |
| HSL | 236.15º | 0.72% | 0.3% | - |
| HSV(B) | 236.15º | 0.84% | 0.51% | - |
| XYZ | 4.75 | 2.6 | 21.37 | - |
| YUV | 37.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 130 | 0.84 | 0.78 | 0 | 0.49 | 236.15 | 0.72 | 0.3 |
| Hex | 15 | 1C | 82 | 54 | 4E | 0 | 31 | EC | 48 | 1E |
| Octal | 25 | 34 | 202 | 124 | 116 | 0 | 61 | 354 | 110 | 36 |
| Binary | 10101 | 11100 | 10000010 | 1010100 | 1001110 | 0 | 110001 | 11101100 | 1001000 | 11110 |
Color Harmonies of #151C82
Complementary color
Monochromatic Colors of #151C82
Black with #151C82
Text Example
Text Example
White with #151C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C82; }
p { color: rgb(21,28,130); }
H1.HeaderClassName
{
color: #151C82;
}
.AnyTagClassName
{
color: #151C82;
}
</style>
background-color css
<style>
a { background-color: #151C82; }
a { background-color: rgb(21,28,130); }
div.DivClassName
{
background-color: #151C82;
}
.BgClassName
{
background-color: #151C82;
}
</style>
border-color css
<style>
span { border-color: #151C82; }
span { border-color: rgb(21,28,130); }
td.TdClassName
{
border-color: #151C82;
}
.TagClassName
{
border-color: #151C82;
}
</style>