Shades of Midnight Blue #151B73
Tints of Midnight Blue #151B73
RGB
CMYK
RGB Variations
Color information
#151B73 (or 0x151B73) is known color: Midnight Blue. HEX triplet: 15, 1B and 73. RGB value is (21,27,115). Sum of RGB (Red+Green+Blue) = 21+27+115=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #151B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B73 is #EAE48C. Grayscale: #222222. Windows color (decimal): -15393933 or 7543573. OLE color: 7543573.
HSL color Cylindrical-coordinate representation of color #151B73: hue angle of 236.17º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151B73 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 27 | 115 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.55 |
| HSL | 236.17º | 0.69% | 0.27% | - |
| HSV(B) | 236.17º | 0.82% | 0.45% | - |
| XYZ | 3.8 | 2.18 | 16.44 | - |
| YUV | 35.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 115 | 0.82 | 0.77 | 0 | 0.55 | 236.17 | 0.69 | 0.27 |
| Hex | 15 | 1B | 73 | 52 | 4D | 0 | 37 | EC | 45 | 1B |
| Octal | 25 | 33 | 163 | 122 | 115 | 0 | 67 | 354 | 105 | 33 |
| Binary | 10101 | 11011 | 1110011 | 1010010 | 1001101 | 0 | 110111 | 11101100 | 1000101 | 11011 |
Color Harmonies of #151B73
Complementary color
Monochromatic Colors of #151B73
Black with #151B73
Text Example
Text Example
White with #151B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B73; }
p { color: rgb(21,27,115); }
H1.HeaderClassName
{
color: #151B73;
}
.AnyTagClassName
{
color: #151B73;
}
</style>
background-color css
<style>
a { background-color: #151B73; }
a { background-color: rgb(21,27,115); }
div.DivClassName
{
background-color: #151B73;
}
.BgClassName
{
background-color: #151B73;
}
</style>
border-color css
<style>
span { border-color: #151B73; }
span { border-color: rgb(21,27,115); }
td.TdClassName
{
border-color: #151B73;
}
.TagClassName
{
border-color: #151B73;
}
</style>