Shades of Regal Blue #153453
Tints of Regal Blue #153453
RGB
CMYK
RGB Variations
Color information
#153453 (or 0x153453) is known color: Regal Blue. HEX triplet: 15, 34 and 53. RGB value is (21,52,83). Sum of RGB (Red+Green+Blue) = 21+52+83=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #153453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153453 is #EACBAC. Grayscale: #2E2E2E. Windows color (decimal): -15387565 or 5452821. OLE color: 5452821.
HSL color Cylindrical-coordinate representation of color #153453: hue angle of 210º 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 #153453 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 52 | 83 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.67 |
| HSL | 210º | 0.6% | 0.2% | - |
| HSV(B) | 210º | 0.75% | 0.33% | - |
| XYZ | 3.1 | 3.24 | 8.65 | - |
| YUV | 46.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 83 | 0.75 | 0.37 | 0 | 0.67 | 210 | 0.6 | 0.2 |
| Hex | 15 | 34 | 53 | 4B | 25 | 0 | 43 | D2 | 3C | 14 |
| Octal | 25 | 64 | 123 | 113 | 45 | 0 | 103 | 322 | 74 | 24 |
| Binary | 10101 | 110100 | 1010011 | 1001011 | 100101 | 0 | 1000011 | 11010010 | 111100 | 10100 |
Color Harmonies of #153453
Complementary color
Monochromatic Colors of #153453
Black with #153453
Text Example
Text Example
White with #153453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153453; }
p { color: rgb(21,52,83); }
H1.HeaderClassName
{
color: #153453;
}
.AnyTagClassName
{
color: #153453;
}
</style>
background-color css
<style>
a { background-color: #153453; }
a { background-color: rgb(21,52,83); }
div.DivClassName
{
background-color: #153453;
}
.BgClassName
{
background-color: #153453;
}
</style>
border-color css
<style>
span { border-color: #153453; }
span { border-color: rgb(21,52,83); }
td.TdClassName
{
border-color: #153453;
}
.TagClassName
{
border-color: #153453;
}
</style>