Shades of Midnight Blue #151A67
Tints of Midnight Blue #151A67
RGB
CMYK
RGB Variations
Color information
#151A67 (or 0x151A67) is known color: Midnight Blue. HEX triplet: 15, 1A and 67. RGB value is (21,26,103). Sum of RGB (Red+Green+Blue) = 21+26+103=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #151A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A67 is #EAE598. Grayscale: #202020. Windows color (decimal): -15394201 or 6756885. OLE color: 6756885.
HSL color Cylindrical-coordinate representation of color #151A67: hue angle of 236.34º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151A67 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 26 | 103 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.60 |
| HSL | 236.34º | 0.66% | 0.24% | - |
| HSV(B) | 236.34º | 0.8% | 0.4% | - |
| XYZ | 3.13 | 1.88 | 13.03 | - |
| YUV | 33.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 103 | 0.80 | 0.75 | 0 | 0.60 | 236.34 | 0.66 | 0.24 |
| Hex | 15 | 1A | 67 | 50 | 4B | 0 | 3C | EC | 42 | 18 |
| Octal | 25 | 32 | 147 | 120 | 113 | 0 | 74 | 354 | 102 | 30 |
| Binary | 10101 | 11010 | 1100111 | 1010000 | 1001011 | 0 | 111100 | 11101100 | 1000010 | 11000 |
Color Harmonies of #151A67
Complementary color
Monochromatic Colors of #151A67
Black with #151A67
Text Example
Text Example
White with #151A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A67; }
p { color: rgb(21,26,103); }
H1.HeaderClassName
{
color: #151A67;
}
.AnyTagClassName
{
color: #151A67;
}
</style>
background-color css
<style>
a { background-color: #151A67; }
a { background-color: rgb(21,26,103); }
div.DivClassName
{
background-color: #151A67;
}
.BgClassName
{
background-color: #151A67;
}
</style>
border-color css
<style>
span { border-color: #151A67; }
span { border-color: rgb(21,26,103); }
td.TdClassName
{
border-color: #151A67;
}
.TagClassName
{
border-color: #151A67;
}
</style>