Shades of Regal Blue #153555
Tints of Regal Blue #153555
RGB
CMYK
RGB Variations
Color information
#153555 (or 0x153555) is known color: Regal Blue. HEX triplet: 15, 35 and 55. RGB value is (21,53,85). Sum of RGB (Red+Green+Blue) = 21+53+85=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #153555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153555 is #EACAAA. Grayscale: #2E2E2E. Windows color (decimal): -15387307 or 5584149. OLE color: 5584149.
HSL color Cylindrical-coordinate representation of color #153555: hue angle of 210º 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 #153555 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 53 | 85 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.67 |
| HSL | 210º | 0.6% | 0.21% | - |
| HSV(B) | 210º | 0.75% | 0.33% | - |
| XYZ | 3.22 | 3.36 | 9.07 | - |
| YUV | 47.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 85 | 0.75 | 0.38 | 0 | 0.67 | 210 | 0.6 | 0.21 |
| Hex | 15 | 35 | 55 | 4B | 26 | 0 | 43 | D2 | 3C | 15 |
| Octal | 25 | 65 | 125 | 113 | 46 | 0 | 103 | 322 | 74 | 25 |
| Binary | 10101 | 110101 | 1010101 | 1001011 | 100110 | 0 | 1000011 | 11010010 | 111100 | 10101 |
Color Harmonies of #153555
Complementary color
Monochromatic Colors of #153555
Black with #153555
Text Example
Text Example
White with #153555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153555; }
p { color: rgb(21,53,85); }
H1.HeaderClassName
{
color: #153555;
}
.AnyTagClassName
{
color: #153555;
}
</style>
background-color css
<style>
a { background-color: #153555; }
a { background-color: rgb(21,53,85); }
div.DivClassName
{
background-color: #153555;
}
.BgClassName
{
background-color: #153555;
}
</style>
border-color css
<style>
span { border-color: #153555; }
span { border-color: rgb(21,53,85); }
td.TdClassName
{
border-color: #153555;
}
.TagClassName
{
border-color: #153555;
}
</style>