Shades of Midnight Blue #152682
Tints of Midnight Blue #152682
RGB
CMYK
RGB Variations
Color information
#152682 (or 0x152682) is known color: Midnight Blue. HEX triplet: 15, 26 and 82. RGB value is (21,38,130). Sum of RGB (Red+Green+Blue) = 21+38+130=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #152682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152682 is #EAD97D. Grayscale: #2B2B2B. Windows color (decimal): -15391102 or 8529429. OLE color: 8529429.
HSL color Cylindrical-coordinate representation of color #152682: hue angle of 230.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152682 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 38 | 130 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.49 |
| HSL | 230.64º | 0.72% | 0.3% | - |
| HSV(B) | 230.64º | 0.84% | 0.51% | - |
| XYZ | 5.03 | 3.16 | 21.46 | - |
| YUV | 43.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 130 | 0.84 | 0.71 | 0 | 0.49 | 230.64 | 0.72 | 0.3 |
| Hex | 15 | 26 | 82 | 54 | 47 | 0 | 31 | E7 | 48 | 1E |
| Octal | 25 | 46 | 202 | 124 | 107 | 0 | 61 | 347 | 110 | 36 |
| Binary | 10101 | 100110 | 10000010 | 1010100 | 1000111 | 0 | 110001 | 11100111 | 1001000 | 11110 |
Color Harmonies of #152682
Complementary color
Monochromatic Colors of #152682
Black with #152682
Text Example
Text Example
White with #152682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152682; }
p { color: rgb(21,38,130); }
H1.HeaderClassName
{
color: #152682;
}
.AnyTagClassName
{
color: #152682;
}
</style>
background-color css
<style>
a { background-color: #152682; }
a { background-color: rgb(21,38,130); }
div.DivClassName
{
background-color: #152682;
}
.BgClassName
{
background-color: #152682;
}
</style>
border-color css
<style>
span { border-color: #152682; }
span { border-color: rgb(21,38,130); }
td.TdClassName
{
border-color: #152682;
}
.TagClassName
{
border-color: #152682;
}
</style>