Shades of Midnight #152C4B
Tints of Midnight #152C4B
RGB
CMYK
RGB Variations
Color information
#152C4B (or 0x152C4B) is known color: Midnight. HEX triplet: 15, 2C and 4B. RGB value is (21,44,75). Sum of RGB (Red+Green+Blue) = 21+44+75=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #152C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C4B is #EAD3B4. Grayscale: #282828. Windows color (decimal): -15389621 or 4926485. OLE color: 4926485.
HSL color Cylindrical-coordinate representation of color #152C4B: hue angle of 214.44º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #152C4B is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 44 | 75 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.71 |
| HSL | 214.44º | 0.56% | 0.19% | - |
| HSV(B) | 214.44º | 0.72% | 0.29% | - |
| XYZ | 2.48 | 2.47 | 7 | - |
| YUV | 40.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 75 | 0.72 | 0.41 | 0 | 0.71 | 214.44 | 0.56 | 0.19 |
| Hex | 15 | 2C | 4B | 48 | 29 | 0 | 47 | D6 | 38 | 13 |
| Octal | 25 | 54 | 113 | 110 | 51 | 0 | 107 | 326 | 70 | 23 |
| Binary | 10101 | 101100 | 1001011 | 1001000 | 101001 | 0 | 1000111 | 11010110 | 111000 | 10011 |
Color Harmonies of #152C4B
Complementary color
Monochromatic Colors of #152C4B
Black with #152C4B
Text Example
Text Example
White with #152C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C4B; }
p { color: rgb(21,44,75); }
H1.HeaderClassName
{
color: #152C4B;
}
.AnyTagClassName
{
color: #152C4B;
}
</style>
background-color css
<style>
a { background-color: #152C4B; }
a { background-color: rgb(21,44,75); }
div.DivClassName
{
background-color: #152C4B;
}
.BgClassName
{
background-color: #152C4B;
}
</style>
border-color css
<style>
span { border-color: #152C4B; }
span { border-color: rgb(21,44,75); }
td.TdClassName
{
border-color: #152C4B;
}
.TagClassName
{
border-color: #152C4B;
}
</style>