Shades of Midnight Blue #151A6B
Tints of Midnight Blue #151A6B
RGB
CMYK
RGB Variations
Color information
#151A6B (or 0x151A6B) is known color: Midnight Blue. HEX triplet: 15, 1A and 6B. RGB value is (21,26,107). Sum of RGB (Red+Green+Blue) = 21+26+107=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #151A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A6B is #EAE594. Grayscale: #212121. Windows color (decimal): -15394197 or 7019029. OLE color: 7019029.
HSL color Cylindrical-coordinate representation of color #151A6B: hue angle of 236.51º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151A6B is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 26 | 107 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.58 |
| HSL | 236.51º | 0.67% | 0.25% | - |
| HSV(B) | 236.51º | 0.8% | 0.42% | - |
| XYZ | 3.33 | 1.96 | 14.11 | - |
| YUV | 33.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 107 | 0.80 | 0.76 | 0 | 0.58 | 236.51 | 0.67 | 0.25 |
| Hex | 15 | 1A | 6B | 50 | 4C | 0 | 3A | ED | 43 | 19 |
| Octal | 25 | 32 | 153 | 120 | 114 | 0 | 72 | 355 | 103 | 31 |
| Binary | 10101 | 11010 | 1101011 | 1010000 | 1001100 | 0 | 111010 | 11101101 | 1000011 | 11001 |
Color Harmonies of #151A6B
Complementary color
Monochromatic Colors of #151A6B
Black with #151A6B
Text Example
Text Example
White with #151A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A6B; }
p { color: rgb(21,26,107); }
H1.HeaderClassName
{
color: #151A6B;
}
.AnyTagClassName
{
color: #151A6B;
}
</style>
background-color css
<style>
a { background-color: #151A6B; }
a { background-color: rgb(21,26,107); }
div.DivClassName
{
background-color: #151A6B;
}
.BgClassName
{
background-color: #151A6B;
}
</style>
border-color css
<style>
span { border-color: #151A6B; }
span { border-color: rgb(21,26,107); }
td.TdClassName
{
border-color: #151A6B;
}
.TagClassName
{
border-color: #151A6B;
}
</style>