Shades of Midnight #152B4B
Tints of Midnight #152B4B
RGB
CMYK
RGB Variations
Color information
#152B4B (or 0x152B4B) is known color: Midnight. HEX triplet: 15, 2B and 4B. RGB value is (21,43,75). Sum of RGB (Red+Green+Blue) = 21+43+75=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #152B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B4B is #EAD4B4. Grayscale: #272727. Windows color (decimal): -15389877 or 4926229. OLE color: 4926229.
HSL color Cylindrical-coordinate representation of color #152B4B: hue angle of 215.56º 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 #152B4B is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 43 | 75 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.71 |
| HSL | 215.56º | 0.56% | 0.19% | - |
| HSV(B) | 215.56º | 0.72% | 0.29% | - |
| XYZ | 2.44 | 2.4 | 6.99 | - |
| YUV | 40.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 75 | 0.72 | 0.43 | 0 | 0.71 | 215.56 | 0.56 | 0.19 |
| Hex | 15 | 2B | 4B | 48 | 2B | 0 | 47 | D8 | 38 | 13 |
| Octal | 25 | 53 | 113 | 110 | 53 | 0 | 107 | 330 | 70 | 23 |
| Binary | 10101 | 101011 | 1001011 | 1001000 | 101011 | 0 | 1000111 | 11011000 | 111000 | 10011 |
Color Harmonies of #152B4B
Complementary color
Monochromatic Colors of #152B4B
Black with #152B4B
Text Example
Text Example
White with #152B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B4B; }
p { color: rgb(21,43,75); }
H1.HeaderClassName
{
color: #152B4B;
}
.AnyTagClassName
{
color: #152B4B;
}
</style>
background-color css
<style>
a { background-color: #152B4B; }
a { background-color: rgb(21,43,75); }
div.DivClassName
{
background-color: #152B4B;
}
.BgClassName
{
background-color: #152B4B;
}
</style>
border-color css
<style>
span { border-color: #152B4B; }
span { border-color: rgb(21,43,75); }
td.TdClassName
{
border-color: #152B4B;
}
.TagClassName
{
border-color: #152B4B;
}
</style>