Shades of Regal Blue #153B53
Tints of Regal Blue #153B53
RGB
CMYK
RGB Variations
Color information
#153B53 (or 0x153B53) is known color: Regal Blue. HEX triplet: 15, 3B and 53. RGB value is (21,59,83). Sum of RGB (Red+Green+Blue) = 21+59+83=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #153B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B53 is #EAC4AC. Grayscale: #323232. Windows color (decimal): -15385773 or 5454613. OLE color: 5454613.
HSL color Cylindrical-coordinate representation of color #153B53: hue angle of 203.23º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153B53 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 59 | 83 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.67 |
| HSL | 203.23º | 0.6% | 0.2% | - |
| HSV(B) | 203.23º | 0.75% | 0.33% | - |
| XYZ | 3.43 | 3.91 | 8.76 | - |
| YUV | 50.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 83 | 0.75 | 0.29 | 0 | 0.67 | 203.23 | 0.6 | 0.2 |
| Hex | 15 | 3B | 53 | 4B | 1D | 0 | 43 | CB | 3C | 14 |
| Octal | 25 | 73 | 123 | 113 | 35 | 0 | 103 | 313 | 74 | 24 |
| Binary | 10101 | 111011 | 1010011 | 1001011 | 11101 | 0 | 1000011 | 11001011 | 111100 | 10100 |
Color Harmonies of #153B53
Complementary color
Monochromatic Colors of #153B53
Black with #153B53
Text Example
Text Example
White with #153B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B53; }
p { color: rgb(21,59,83); }
H1.HeaderClassName
{
color: #153B53;
}
.AnyTagClassName
{
color: #153B53;
}
</style>
background-color css
<style>
a { background-color: #153B53; }
a { background-color: rgb(21,59,83); }
div.DivClassName
{
background-color: #153B53;
}
.BgClassName
{
background-color: #153B53;
}
</style>
border-color css
<style>
span { border-color: #153B53; }
span { border-color: rgb(21,59,83); }
td.TdClassName
{
border-color: #153B53;
}
.TagClassName
{
border-color: #153B53;
}
</style>