Shades of Midnight Blue #151C5C
Tints of Midnight Blue #151C5C
RGB
CMYK
RGB Variations
Color information
#151C5C (or 0x151C5C) is known color: Midnight Blue. HEX triplet: 15, 1C and 5C. RGB value is (21,28,92). Sum of RGB (Red+Green+Blue) = 21+28+92=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #151C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C5C is #EAE3A3. Grayscale: #202020. Windows color (decimal): -15393700 or 6036501. OLE color: 6036501.
HSL color Cylindrical-coordinate representation of color #151C5C: hue angle of 234.08º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151C5C is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 28 | 92 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.64 |
| HSL | 234.08º | 0.63% | 0.22% | - |
| HSV(B) | 234.08º | 0.77% | 0.36% | - |
| XYZ | 2.66 | 1.76 | 10.33 | - |
| YUV | 33.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 92 | 0.77 | 0.70 | 0 | 0.64 | 234.08 | 0.63 | 0.22 |
| Hex | 15 | 1C | 5C | 4D | 46 | 0 | 40 | EA | 3F | 16 |
| Octal | 25 | 34 | 134 | 115 | 106 | 0 | 100 | 352 | 77 | 26 |
| Binary | 10101 | 11100 | 1011100 | 1001101 | 1000110 | 0 | 1000000 | 11101010 | 111111 | 10110 |
Color Harmonies of #151C5C
Complementary color
Monochromatic Colors of #151C5C
Black with #151C5C
Text Example
Text Example
White with #151C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C5C; }
p { color: rgb(21,28,92); }
H1.HeaderClassName
{
color: #151C5C;
}
.AnyTagClassName
{
color: #151C5C;
}
</style>
background-color css
<style>
a { background-color: #151C5C; }
a { background-color: rgb(21,28,92); }
div.DivClassName
{
background-color: #151C5C;
}
.BgClassName
{
background-color: #151C5C;
}
</style>
border-color css
<style>
span { border-color: #151C5C; }
span { border-color: rgb(21,28,92); }
td.TdClassName
{
border-color: #151C5C;
}
.TagClassName
{
border-color: #151C5C;
}
</style>