Shades of Regal Blue #153557
Tints of Regal Blue #153557
RGB
CMYK
RGB Variations
Color information
#153557 (or 0x153557) is known color: Regal Blue. HEX triplet: 15, 35 and 57. RGB value is (21,53,87). Sum of RGB (Red+Green+Blue) = 21+53+87=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #153557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153557 is #EACAA8. Grayscale: #2F2F2F. Windows color (decimal): -15387305 or 5715221. OLE color: 5715221.
HSL color Cylindrical-coordinate representation of color #153557: hue angle of 210.91º 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 #153557 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 53 | 87 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.66 |
| HSL | 210.91º | 0.61% | 0.21% | - |
| HSV(B) | 210.91º | 0.76% | 0.34% | - |
| XYZ | 3.3 | 3.39 | 9.5 | - |
| YUV | 47.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 87 | 0.76 | 0.39 | 0 | 0.66 | 210.91 | 0.61 | 0.21 |
| Hex | 15 | 35 | 57 | 4C | 27 | 0 | 42 | D3 | 3D | 15 |
| Octal | 25 | 65 | 127 | 114 | 47 | 0 | 102 | 323 | 75 | 25 |
| Binary | 10101 | 110101 | 1010111 | 1001100 | 100111 | 0 | 1000010 | 11010011 | 111101 | 10101 |
Color Harmonies of #153557
Complementary color
Monochromatic Colors of #153557
Black with #153557
Text Example
Text Example
White with #153557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153557; }
p { color: rgb(21,53,87); }
H1.HeaderClassName
{
color: #153557;
}
.AnyTagClassName
{
color: #153557;
}
</style>
background-color css
<style>
a { background-color: #153557; }
a { background-color: rgb(21,53,87); }
div.DivClassName
{
background-color: #153557;
}
.BgClassName
{
background-color: #153557;
}
</style>
border-color css
<style>
span { border-color: #153557; }
span { border-color: rgb(21,53,87); }
td.TdClassName
{
border-color: #153557;
}
.TagClassName
{
border-color: #153557;
}
</style>