Shades of Regal Blue #153253
Tints of Regal Blue #153253
RGB
CMYK
RGB Variations
Color information
#153253 (or 0x153253) is known color: Regal Blue. HEX triplet: 15, 32 and 53. RGB value is (21,50,83). Sum of RGB (Red+Green+Blue) = 21+50+83=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #153253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153253 is #EACDAC. Grayscale: #2C2C2C. Windows color (decimal): -15388077 or 5452309. OLE color: 5452309.
HSL color Cylindrical-coordinate representation of color #153253: hue angle of 211.94º 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 #153253 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 50 | 83 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.67 |
| HSL | 211.94º | 0.6% | 0.2% | - |
| HSV(B) | 211.94º | 0.75% | 0.33% | - |
| XYZ | 3.01 | 3.07 | 8.62 | - |
| YUV | 45.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 83 | 0.75 | 0.40 | 0 | 0.67 | 211.94 | 0.6 | 0.2 |
| Hex | 15 | 32 | 53 | 4B | 28 | 0 | 43 | D4 | 3C | 14 |
| Octal | 25 | 62 | 123 | 113 | 50 | 0 | 103 | 324 | 74 | 24 |
| Binary | 10101 | 110010 | 1010011 | 1001011 | 101000 | 0 | 1000011 | 11010100 | 111100 | 10100 |
Color Harmonies of #153253
Complementary color
Monochromatic Colors of #153253
Black with #153253
Text Example
Text Example
White with #153253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153253; }
p { color: rgb(21,50,83); }
H1.HeaderClassName
{
color: #153253;
}
.AnyTagClassName
{
color: #153253;
}
</style>
background-color css
<style>
a { background-color: #153253; }
a { background-color: rgb(21,50,83); }
div.DivClassName
{
background-color: #153253;
}
.BgClassName
{
background-color: #153253;
}
</style>
border-color css
<style>
span { border-color: #153253; }
span { border-color: rgb(21,50,83); }
td.TdClassName
{
border-color: #153253;
}
.TagClassName
{
border-color: #153253;
}
</style>