Shades of Regal Blue #153454
Tints of Regal Blue #153454
RGB
CMYK
RGB Variations
Color information
#153454 (or 0x153454) is known color: Regal Blue. HEX triplet: 15, 34 and 54. RGB value is (21,52,84). Sum of RGB (Red+Green+Blue) = 21+52+84=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #153454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153454 is #EACBAB. Grayscale: #2E2E2E. Windows color (decimal): -15387564 or 5518357. OLE color: 5518357.
HSL color Cylindrical-coordinate representation of color #153454: hue angle of 210.48º 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 #153454 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 52 | 84 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.67 |
| HSL | 210.48º | 0.6% | 0.21% | - |
| HSV(B) | 210.48º | 0.75% | 0.33% | - |
| XYZ | 3.14 | 3.26 | 8.85 | - |
| YUV | 46.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 84 | 0.75 | 0.38 | 0 | 0.67 | 210.48 | 0.6 | 0.21 |
| Hex | 15 | 34 | 54 | 4B | 26 | 0 | 43 | D2 | 3C | 15 |
| Octal | 25 | 64 | 124 | 113 | 46 | 0 | 103 | 322 | 74 | 25 |
| Binary | 10101 | 110100 | 1010100 | 1001011 | 100110 | 0 | 1000011 | 11010010 | 111100 | 10101 |
Color Harmonies of #153454
Complementary color
Monochromatic Colors of #153454
Black with #153454
Text Example
Text Example
White with #153454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153454; }
p { color: rgb(21,52,84); }
H1.HeaderClassName
{
color: #153454;
}
.AnyTagClassName
{
color: #153454;
}
</style>
background-color css
<style>
a { background-color: #153454; }
a { background-color: rgb(21,52,84); }
div.DivClassName
{
background-color: #153454;
}
.BgClassName
{
background-color: #153454;
}
</style>
border-color css
<style>
span { border-color: #153454; }
span { border-color: rgb(21,52,84); }
td.TdClassName
{
border-color: #153454;
}
.TagClassName
{
border-color: #153454;
}
</style>