Shades of Midnight Blue #152681
Tints of Midnight Blue #152681
RGB
CMYK
RGB Variations
Color information
#152681 (or 0x152681) is known color: Midnight Blue. HEX triplet: 15, 26 and 81. RGB value is (21,38,129). Sum of RGB (Red+Green+Blue) = 21+38+129=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 129 (50.78% from 255 or 68.62% from 188); Max value from RGB is 129 - color contains mainly: blue. Hex color #152681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152681 is #EAD97E. Grayscale: #2A2A2A. Windows color (decimal): -15391103 or 8463893. OLE color: 8463893.
HSL color Cylindrical-coordinate representation of color #152681: hue angle of 230.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152681 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 38 | 129 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.49 |
| HSL | 230.56º | 0.72% | 0.29% | - |
| HSV(B) | 230.56º | 0.84% | 0.51% | - |
| XYZ | 4.96 | 3.13 | 21.11 | - |
| YUV | 43.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 129 | 0.84 | 0.71 | 0 | 0.49 | 230.56 | 0.72 | 0.29 |
| Hex | 15 | 26 | 81 | 54 | 47 | 0 | 31 | E7 | 48 | 1D |
| Octal | 25 | 46 | 201 | 124 | 107 | 0 | 61 | 347 | 110 | 35 |
| Binary | 10101 | 100110 | 10000001 | 1010100 | 1000111 | 0 | 110001 | 11100111 | 1001000 | 11101 |
Color Harmonies of #152681
Complementary color
Monochromatic Colors of #152681
Black with #152681
Text Example
Text Example
White with #152681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152681; }
p { color: rgb(21,38,129); }
H1.HeaderClassName
{
color: #152681;
}
.AnyTagClassName
{
color: #152681;
}
</style>
background-color css
<style>
a { background-color: #152681; }
a { background-color: rgb(21,38,129); }
div.DivClassName
{
background-color: #152681;
}
.BgClassName
{
background-color: #152681;
}
</style>
border-color css
<style>
span { border-color: #152681; }
span { border-color: rgb(21,38,129); }
td.TdClassName
{
border-color: #152681;
}
.TagClassName
{
border-color: #152681;
}
</style>