Shades of Midnight Blue #151C5A
Tints of Midnight Blue #151C5A
RGB
CMYK
RGB Variations
Color information
#151C5A (or 0x151C5A) is known color: Midnight Blue. HEX triplet: 15, 1C and 5A. RGB value is (21,28,90). Sum of RGB (Red+Green+Blue) = 21+28+90=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #151C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C5A is #EAE3A5. Grayscale: #202020. Windows color (decimal): -15393702 or 5905429. OLE color: 5905429.
HSL color Cylindrical-coordinate representation of color #151C5A: hue angle of 233.91º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151C5A is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 28 | 90 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.65 |
| HSL | 233.91º | 0.62% | 0.22% | - |
| HSV(B) | 233.91º | 0.77% | 0.35% | - |
| XYZ | 2.57 | 1.73 | 9.87 | - |
| YUV | 32.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 90 | 0.77 | 0.69 | 0 | 0.65 | 233.91 | 0.62 | 0.22 |
| Hex | 15 | 1C | 5A | 4D | 45 | 0 | 41 | EA | 3E | 16 |
| Octal | 25 | 34 | 132 | 115 | 105 | 0 | 101 | 352 | 76 | 26 |
| Binary | 10101 | 11100 | 1011010 | 1001101 | 1000101 | 0 | 1000001 | 11101010 | 111110 | 10110 |
Color Harmonies of #151C5A
Complementary color
Monochromatic Colors of #151C5A
Black with #151C5A
Text Example
Text Example
White with #151C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C5A; }
p { color: rgb(21,28,90); }
H1.HeaderClassName
{
color: #151C5A;
}
.AnyTagClassName
{
color: #151C5A;
}
</style>
background-color css
<style>
a { background-color: #151C5A; }
a { background-color: rgb(21,28,90); }
div.DivClassName
{
background-color: #151C5A;
}
.BgClassName
{
background-color: #151C5A;
}
</style>
border-color css
<style>
span { border-color: #151C5A; }
span { border-color: rgb(21,28,90); }
td.TdClassName
{
border-color: #151C5A;
}
.TagClassName
{
border-color: #151C5A;
}
</style>