Shades of Midnight Blue #151A7D
Tints of Midnight Blue #151A7D
RGB
CMYK
RGB Variations
Color information
#151A7D (or 0x151A7D) is known color: Midnight Blue. HEX triplet: 15, 1A and 7D. RGB value is (21,26,125). Sum of RGB (Red+Green+Blue) = 21+26+125=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #151A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A7D is #EAE582. Grayscale: #232323. Windows color (decimal): -15394179 or 8198677. OLE color: 8198677.
HSL color Cylindrical-coordinate representation of color #151A7D: hue angle of 237.12º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151A7D is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 26 | 125 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.51 |
| HSL | 237.12º | 0.71% | 0.29% | - |
| HSV(B) | 237.12º | 0.83% | 0.49% | - |
| XYZ | 4.38 | 2.38 | 19.63 | - |
| YUV | 35.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 125 | 0.83 | 0.79 | 0 | 0.51 | 237.12 | 0.71 | 0.29 |
| Hex | 15 | 1A | 7D | 53 | 4F | 0 | 33 | ED | 47 | 1D |
| Octal | 25 | 32 | 175 | 123 | 117 | 0 | 63 | 355 | 107 | 35 |
| Binary | 10101 | 11010 | 1111101 | 1010011 | 1001111 | 0 | 110011 | 11101101 | 1000111 | 11101 |
Color Harmonies of #151A7D
Complementary color
Monochromatic Colors of #151A7D
Black with #151A7D
Text Example
Text Example
White with #151A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A7D; }
p { color: rgb(21,26,125); }
H1.HeaderClassName
{
color: #151A7D;
}
.AnyTagClassName
{
color: #151A7D;
}
</style>
background-color css
<style>
a { background-color: #151A7D; }
a { background-color: rgb(21,26,125); }
div.DivClassName
{
background-color: #151A7D;
}
.BgClassName
{
background-color: #151A7D;
}
</style>
border-color css
<style>
span { border-color: #151A7D; }
span { border-color: rgb(21,26,125); }
td.TdClassName
{
border-color: #151A7D;
}
.TagClassName
{
border-color: #151A7D;
}
</style>