Shades of Regal Blue #153154
Tints of Regal Blue #153154
RGB
CMYK
RGB Variations
Color information
#153154 (or 0x153154) is known color: Regal Blue. HEX triplet: 15, 31 and 54. RGB value is (21,49,84). Sum of RGB (Red+Green+Blue) = 21+49+84=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #153154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153154 is #EACEAB. Grayscale: #2C2C2C. Windows color (decimal): -15388332 or 5517589. OLE color: 5517589.
HSL color Cylindrical-coordinate representation of color #153154: hue angle of 213.33º 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 #153154 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 49 | 84 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.67 |
| HSL | 213.33º | 0.6% | 0.21% | - |
| HSV(B) | 213.33º | 0.75% | 0.33% | - |
| XYZ | 3.01 | 3 | 8.81 | - |
| YUV | 44.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 84 | 0.75 | 0.42 | 0 | 0.67 | 213.33 | 0.6 | 0.21 |
| Hex | 15 | 31 | 54 | 4B | 2A | 0 | 43 | D5 | 3C | 15 |
| Octal | 25 | 61 | 124 | 113 | 52 | 0 | 103 | 325 | 74 | 25 |
| Binary | 10101 | 110001 | 1010100 | 1001011 | 101010 | 0 | 1000011 | 11010101 | 111100 | 10101 |
Color Harmonies of #153154
Complementary color
Monochromatic Colors of #153154
Black with #153154
Text Example
Text Example
White with #153154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153154; }
p { color: rgb(21,49,84); }
H1.HeaderClassName
{
color: #153154;
}
.AnyTagClassName
{
color: #153154;
}
</style>
background-color css
<style>
a { background-color: #153154; }
a { background-color: rgb(21,49,84); }
div.DivClassName
{
background-color: #153154;
}
.BgClassName
{
background-color: #153154;
}
</style>
border-color css
<style>
span { border-color: #153154; }
span { border-color: rgb(21,49,84); }
td.TdClassName
{
border-color: #153154;
}
.TagClassName
{
border-color: #153154;
}
</style>