Shades of Regal Blue #153D56
Tints of Regal Blue #153D56
RGB
CMYK
RGB Variations
Color information
#153D56 (or 0x153D56) is known color: Regal Blue. HEX triplet: 15, 3D and 56. RGB value is (21,61,86). Sum of RGB (Red+Green+Blue) = 21+61+86=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #153D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D56 is #EAC2A9. Grayscale: #333333. Windows color (decimal): -15385258 or 5651733. OLE color: 5651733.
HSL color Cylindrical-coordinate representation of color #153D56: hue angle of 203.08º 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 #153D56 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 61 | 86 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.66 |
| HSL | 203.08º | 0.61% | 0.21% | - |
| HSV(B) | 203.08º | 0.76% | 0.34% | - |
| XYZ | 3.66 | 4.17 | 9.42 | - |
| YUV | 51.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 86 | 0.76 | 0.29 | 0 | 0.66 | 203.08 | 0.61 | 0.21 |
| Hex | 15 | 3D | 56 | 4C | 1D | 0 | 42 | CB | 3D | 15 |
| Octal | 25 | 75 | 126 | 114 | 35 | 0 | 102 | 313 | 75 | 25 |
| Binary | 10101 | 111101 | 1010110 | 1001100 | 11101 | 0 | 1000010 | 11001011 | 111101 | 10101 |
Color Harmonies of #153D56
Complementary color
Monochromatic Colors of #153D56
Black with #153D56
Text Example
Text Example
White with #153D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D56; }
p { color: rgb(21,61,86); }
H1.HeaderClassName
{
color: #153D56;
}
.AnyTagClassName
{
color: #153D56;
}
</style>
background-color css
<style>
a { background-color: #153D56; }
a { background-color: rgb(21,61,86); }
div.DivClassName
{
background-color: #153D56;
}
.BgClassName
{
background-color: #153D56;
}
</style>
border-color css
<style>
span { border-color: #153D56; }
span { border-color: rgb(21,61,86); }
td.TdClassName
{
border-color: #153D56;
}
.TagClassName
{
border-color: #153D56;
}
</style>