Shades of Regal Blue #153558
Tints of Regal Blue #153558
RGB
CMYK
RGB Variations
Color information
#153558 (or 0x153558) is known color: Regal Blue. HEX triplet: 15, 35 and 58. RGB value is (21,53,88). Sum of RGB (Red+Green+Blue) = 21+53+88=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #153558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153558 is #EACAA7. Grayscale: #2F2F2F. Windows color (decimal): -15387304 or 5780757. OLE color: 5780757.
HSL color Cylindrical-coordinate representation of color #153558: hue angle of 211.34º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153558 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 53 | 88 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.65 |
| HSL | 211.34º | 0.61% | 0.21% | - |
| HSV(B) | 211.34º | 0.76% | 0.35% | - |
| XYZ | 3.34 | 3.41 | 9.71 | - |
| YUV | 47.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 88 | 0.76 | 0.40 | 0 | 0.65 | 211.34 | 0.61 | 0.21 |
| Hex | 15 | 35 | 58 | 4C | 28 | 0 | 41 | D3 | 3D | 15 |
| Octal | 25 | 65 | 130 | 114 | 50 | 0 | 101 | 323 | 75 | 25 |
| Binary | 10101 | 110101 | 1011000 | 1001100 | 101000 | 0 | 1000001 | 11010011 | 111101 | 10101 |
Color Harmonies of #153558
Complementary color
Monochromatic Colors of #153558
Black with #153558
Text Example
Text Example
White with #153558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153558; }
p { color: rgb(21,53,88); }
H1.HeaderClassName
{
color: #153558;
}
.AnyTagClassName
{
color: #153558;
}
</style>
background-color css
<style>
a { background-color: #153558; }
a { background-color: rgb(21,53,88); }
div.DivClassName
{
background-color: #153558;
}
.BgClassName
{
background-color: #153558;
}
</style>
border-color css
<style>
span { border-color: #153558; }
span { border-color: rgb(21,53,88); }
td.TdClassName
{
border-color: #153558;
}
.TagClassName
{
border-color: #153558;
}
</style>