Shades of Midnight Blue #152474
Tints of Midnight Blue #152474
RGB
CMYK
RGB Variations
Color information
#152474 (or 0x152474) is known color: Midnight Blue. HEX triplet: 15, 24 and 74. RGB value is (21,36,116). Sum of RGB (Red+Green+Blue) = 21+36+116=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #152474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152474 is #EADB8B. Grayscale: #282828. Windows color (decimal): -15391628 or 7611413. OLE color: 7611413.
HSL color Cylindrical-coordinate representation of color #152474: hue angle of 230.53º 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 #152474 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 36 | 116 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.55 |
| HSL | 230.53º | 0.69% | 0.27% | - |
| HSV(B) | 230.53º | 0.82% | 0.45% | - |
| XYZ | 4.09 | 2.68 | 16.83 | - |
| YUV | 40.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 116 | 0.82 | 0.69 | 0 | 0.55 | 230.53 | 0.69 | 0.27 |
| Hex | 15 | 24 | 74 | 52 | 45 | 0 | 37 | E7 | 45 | 1B |
| Octal | 25 | 44 | 164 | 122 | 105 | 0 | 67 | 347 | 105 | 33 |
| Binary | 10101 | 100100 | 1110100 | 1010010 | 1000101 | 0 | 110111 | 11100111 | 1000101 | 11011 |
Color Harmonies of #152474
Complementary color
Monochromatic Colors of #152474
Black with #152474
Text Example
Text Example
White with #152474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152474; }
p { color: rgb(21,36,116); }
H1.HeaderClassName
{
color: #152474;
}
.AnyTagClassName
{
color: #152474;
}
</style>
background-color css
<style>
a { background-color: #152474; }
a { background-color: rgb(21,36,116); }
div.DivClassName
{
background-color: #152474;
}
.BgClassName
{
background-color: #152474;
}
</style>
border-color css
<style>
span { border-color: #152474; }
span { border-color: rgb(21,36,116); }
td.TdClassName
{
border-color: #152474;
}
.TagClassName
{
border-color: #152474;
}
</style>