Shades of Regal Blue #153957
Tints of Regal Blue #153957
RGB
CMYK
RGB Variations
Color information
#153957 (or 0x153957) is known color: Regal Blue. HEX triplet: 15, 39 and 57. RGB value is (21,57,87). Sum of RGB (Red+Green+Blue) = 21+57+87=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #153957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153957 is #EAC6A8. Grayscale: #313131. Windows color (decimal): -15386281 or 5716245. OLE color: 5716245.
HSL color Cylindrical-coordinate representation of color #153957: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153957 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 57 | 87 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.66 |
| HSL | 207.27º | 0.61% | 0.21% | - |
| HSV(B) | 207.27º | 0.76% | 0.34% | - |
| XYZ | 3.49 | 3.77 | 9.56 | - |
| YUV | 49.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 87 | 0.76 | 0.34 | 0 | 0.66 | 207.27 | 0.61 | 0.21 |
| Hex | 15 | 39 | 57 | 4C | 22 | 0 | 42 | CF | 3D | 15 |
| Octal | 25 | 71 | 127 | 114 | 42 | 0 | 102 | 317 | 75 | 25 |
| Binary | 10101 | 111001 | 1010111 | 1001100 | 100010 | 0 | 1000010 | 11001111 | 111101 | 10101 |
Color Harmonies of #153957
Complementary color
Monochromatic Colors of #153957
Black with #153957
Text Example
Text Example
White with #153957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153957; }
p { color: rgb(21,57,87); }
H1.HeaderClassName
{
color: #153957;
}
.AnyTagClassName
{
color: #153957;
}
</style>
background-color css
<style>
a { background-color: #153957; }
a { background-color: rgb(21,57,87); }
div.DivClassName
{
background-color: #153957;
}
.BgClassName
{
background-color: #153957;
}
</style>
border-color css
<style>
span { border-color: #153957; }
span { border-color: rgb(21,57,87); }
td.TdClassName
{
border-color: #153957;
}
.TagClassName
{
border-color: #153957;
}
</style>