Shades of Regal Blue #153753
Tints of Regal Blue #153753
RGB
CMYK
RGB Variations
Color information
#153753 (or 0x153753) is known color: Regal Blue. HEX triplet: 15, 37 and 53. RGB value is (21,55,83). Sum of RGB (Red+Green+Blue) = 21+55+83=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #153753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153753 is #EAC8AC. Grayscale: #2F2F2F. Windows color (decimal): -15386797 or 5453589. OLE color: 5453589.
HSL color Cylindrical-coordinate representation of color #153753: hue angle of 207.1º 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 #153753 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 55 | 83 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.67 |
| HSL | 207.1º | 0.6% | 0.2% | - |
| HSV(B) | 207.1º | 0.75% | 0.33% | - |
| XYZ | 3.24 | 3.52 | 8.69 | - |
| YUV | 48.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 83 | 0.75 | 0.34 | 0 | 0.67 | 207.1 | 0.6 | 0.2 |
| Hex | 15 | 37 | 53 | 4B | 22 | 0 | 43 | CF | 3C | 14 |
| Octal | 25 | 67 | 123 | 113 | 42 | 0 | 103 | 317 | 74 | 24 |
| Binary | 10101 | 110111 | 1010011 | 1001011 | 100010 | 0 | 1000011 | 11001111 | 111100 | 10100 |
Color Harmonies of #153753
Complementary color
Monochromatic Colors of #153753
Black with #153753
Text Example
Text Example
White with #153753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153753; }
p { color: rgb(21,55,83); }
H1.HeaderClassName
{
color: #153753;
}
.AnyTagClassName
{
color: #153753;
}
</style>
background-color css
<style>
a { background-color: #153753; }
a { background-color: rgb(21,55,83); }
div.DivClassName
{
background-color: #153753;
}
.BgClassName
{
background-color: #153753;
}
</style>
border-color css
<style>
span { border-color: #153753; }
span { border-color: rgb(21,55,83); }
td.TdClassName
{
border-color: #153753;
}
.TagClassName
{
border-color: #153753;
}
</style>