Shades of Regal Blue #153657
Tints of Regal Blue #153657
RGB
CMYK
RGB Variations
Color information
#153657 (or 0x153657) is known color: Regal Blue. HEX triplet: 15, 36 and 57. RGB value is (21,54,87). Sum of RGB (Red+Green+Blue) = 21+54+87=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #153657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153657 is #EAC9A8. Grayscale: #2F2F2F. Windows color (decimal): -15387049 or 5715477. OLE color: 5715477.
HSL color Cylindrical-coordinate representation of color #153657: hue angle of 210º 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 #153657 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 54 | 87 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.66 |
| HSL | 210º | 0.61% | 0.21% | - |
| HSV(B) | 210º | 0.76% | 0.34% | - |
| XYZ | 3.35 | 3.49 | 9.51 | - |
| YUV | 47.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 87 | 0.76 | 0.38 | 0 | 0.66 | 210 | 0.61 | 0.21 |
| Hex | 15 | 36 | 57 | 4C | 26 | 0 | 42 | D2 | 3D | 15 |
| Octal | 25 | 66 | 127 | 114 | 46 | 0 | 102 | 322 | 75 | 25 |
| Binary | 10101 | 110110 | 1010111 | 1001100 | 100110 | 0 | 1000010 | 11010010 | 111101 | 10101 |
Color Harmonies of #153657
Complementary color
Monochromatic Colors of #153657
Black with #153657
Text Example
Text Example
White with #153657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153657; }
p { color: rgb(21,54,87); }
H1.HeaderClassName
{
color: #153657;
}
.AnyTagClassName
{
color: #153657;
}
</style>
background-color css
<style>
a { background-color: #153657; }
a { background-color: rgb(21,54,87); }
div.DivClassName
{
background-color: #153657;
}
.BgClassName
{
background-color: #153657;
}
</style>
border-color css
<style>
span { border-color: #153657; }
span { border-color: rgb(21,54,87); }
td.TdClassName
{
border-color: #153657;
}
.TagClassName
{
border-color: #153657;
}
</style>