Shades of Regal Blue #153F57
Tints of Regal Blue #153F57
RGB
CMYK
RGB Variations
Color information
#153F57 (or 0x153F57) is known color: Regal Blue. HEX triplet: 15, 3F and 57. RGB value is (21,63,87). Sum of RGB (Red+Green+Blue) = 21+63+87=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #153F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F57 is #EAC0A8. Grayscale: #353535. Windows color (decimal): -15384745 or 5717781. OLE color: 5717781.
HSL color Cylindrical-coordinate representation of color #153F57: hue angle of 201.82º 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 #153F57 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 63 | 87 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.66 |
| HSL | 201.82º | 0.61% | 0.21% | - |
| HSV(B) | 201.82º | 0.76% | 0.34% | - |
| XYZ | 3.81 | 4.4 | 9.67 | - |
| YUV | 53.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 87 | 0.76 | 0.28 | 0 | 0.66 | 201.82 | 0.61 | 0.21 |
| Hex | 15 | 3F | 57 | 4C | 1C | 0 | 42 | CA | 3D | 15 |
| Octal | 25 | 77 | 127 | 114 | 34 | 0 | 102 | 312 | 75 | 25 |
| Binary | 10101 | 111111 | 1010111 | 1001100 | 11100 | 0 | 1000010 | 11001010 | 111101 | 10101 |
Color Harmonies of #153F57
Complementary color
Monochromatic Colors of #153F57
Black with #153F57
Text Example
Text Example
White with #153F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F57; }
p { color: rgb(21,63,87); }
H1.HeaderClassName
{
color: #153F57;
}
.AnyTagClassName
{
color: #153F57;
}
</style>
background-color css
<style>
a { background-color: #153F57; }
a { background-color: rgb(21,63,87); }
div.DivClassName
{
background-color: #153F57;
}
.BgClassName
{
background-color: #153F57;
}
</style>
border-color css
<style>
span { border-color: #153F57; }
span { border-color: rgb(21,63,87); }
td.TdClassName
{
border-color: #153F57;
}
.TagClassName
{
border-color: #153F57;
}
</style>