Shades of Regal Blue #153254
Tints of Regal Blue #153254
RGB
CMYK
RGB Variations
Color information
#153254 (or 0x153254) is known color: Regal Blue. HEX triplet: 15, 32 and 54. RGB value is (21,50,84). Sum of RGB (Red+Green+Blue) = 21+50+84=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #153254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153254 is #EACDAB. Grayscale: #2D2D2D. Windows color (decimal): -15388076 or 5517845. OLE color: 5517845.
HSL color Cylindrical-coordinate representation of color #153254: hue angle of 212.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153254 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 50 | 84 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.67 |
| HSL | 212.38º | 0.6% | 0.21% | - |
| HSV(B) | 212.38º | 0.75% | 0.33% | - |
| XYZ | 3.05 | 3.08 | 8.82 | - |
| YUV | 45.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 84 | 0.75 | 0.40 | 0 | 0.67 | 212.38 | 0.6 | 0.21 |
| Hex | 15 | 32 | 54 | 4B | 28 | 0 | 43 | D4 | 3C | 15 |
| Octal | 25 | 62 | 124 | 113 | 50 | 0 | 103 | 324 | 74 | 25 |
| Binary | 10101 | 110010 | 1010100 | 1001011 | 101000 | 0 | 1000011 | 11010100 | 111100 | 10101 |
Color Harmonies of #153254
Complementary color
Monochromatic Colors of #153254
Black with #153254
Text Example
Text Example
White with #153254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153254; }
p { color: rgb(21,50,84); }
H1.HeaderClassName
{
color: #153254;
}
.AnyTagClassName
{
color: #153254;
}
</style>
background-color css
<style>
a { background-color: #153254; }
a { background-color: rgb(21,50,84); }
div.DivClassName
{
background-color: #153254;
}
.BgClassName
{
background-color: #153254;
}
</style>
border-color css
<style>
span { border-color: #153254; }
span { border-color: rgb(21,50,84); }
td.TdClassName
{
border-color: #153254;
}
.TagClassName
{
border-color: #153254;
}
</style>