Shades of Regal Blue #153456
Tints of Regal Blue #153456
RGB
CMYK
RGB Variations
Color information
#153456 (or 0x153456) is known color: Regal Blue. HEX triplet: 15, 34 and 56. RGB value is (21,52,86). Sum of RGB (Red+Green+Blue) = 21+52+86=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #153456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153456 is #EACBA9. Grayscale: #2E2E2E. Windows color (decimal): -15387562 or 5649429. OLE color: 5649429.
HSL color Cylindrical-coordinate representation of color #153456: hue angle of 211.38º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153456 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 52 | 86 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.66 |
| HSL | 211.38º | 0.61% | 0.21% | - |
| HSV(B) | 211.38º | 0.76% | 0.34% | - |
| XYZ | 3.22 | 3.29 | 9.27 | - |
| YUV | 46.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 86 | 0.76 | 0.40 | 0 | 0.66 | 211.38 | 0.61 | 0.21 |
| Hex | 15 | 34 | 56 | 4C | 28 | 0 | 42 | D3 | 3D | 15 |
| Octal | 25 | 64 | 126 | 114 | 50 | 0 | 102 | 323 | 75 | 25 |
| Binary | 10101 | 110100 | 1010110 | 1001100 | 101000 | 0 | 1000010 | 11010011 | 111101 | 10101 |
Color Harmonies of #153456
Complementary color
Monochromatic Colors of #153456
Black with #153456
Text Example
Text Example
White with #153456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153456; }
p { color: rgb(21,52,86); }
H1.HeaderClassName
{
color: #153456;
}
.AnyTagClassName
{
color: #153456;
}
</style>
background-color css
<style>
a { background-color: #153456; }
a { background-color: rgb(21,52,86); }
div.DivClassName
{
background-color: #153456;
}
.BgClassName
{
background-color: #153456;
}
</style>
border-color css
<style>
span { border-color: #153456; }
span { border-color: rgb(21,52,86); }
td.TdClassName
{
border-color: #153456;
}
.TagClassName
{
border-color: #153456;
}
</style>