Shades of Regal Blue #153455
Tints of Regal Blue #153455
RGB
CMYK
RGB Variations
Color information
#153455 (or 0x153455) is known color: Regal Blue. HEX triplet: 15, 34 and 55. RGB value is (21,52,85). Sum of RGB (Red+Green+Blue) = 21+52+85=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #153455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153455 is #EACBAA. Grayscale: #2E2E2E. Windows color (decimal): -15387563 or 5583893. OLE color: 5583893.
HSL color Cylindrical-coordinate representation of color #153455: hue angle of 210.94º 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 #153455 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 52 | 85 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.67 |
| HSL | 210.94º | 0.6% | 0.21% | - |
| HSV(B) | 210.94º | 0.75% | 0.33% | - |
| XYZ | 3.18 | 3.27 | 9.06 | - |
| YUV | 46.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 85 | 0.75 | 0.39 | 0 | 0.67 | 210.94 | 0.6 | 0.21 |
| Hex | 15 | 34 | 55 | 4B | 27 | 0 | 43 | D3 | 3C | 15 |
| Octal | 25 | 64 | 125 | 113 | 47 | 0 | 103 | 323 | 74 | 25 |
| Binary | 10101 | 110100 | 1010101 | 1001011 | 100111 | 0 | 1000011 | 11010011 | 111100 | 10101 |
Color Harmonies of #153455
Complementary color
Monochromatic Colors of #153455
Black with #153455
Text Example
Text Example
White with #153455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153455; }
p { color: rgb(21,52,85); }
H1.HeaderClassName
{
color: #153455;
}
.AnyTagClassName
{
color: #153455;
}
</style>
background-color css
<style>
a { background-color: #153455; }
a { background-color: rgb(21,52,85); }
div.DivClassName
{
background-color: #153455;
}
.BgClassName
{
background-color: #153455;
}
</style>
border-color css
<style>
span { border-color: #153455; }
span { border-color: rgb(21,52,85); }
td.TdClassName
{
border-color: #153455;
}
.TagClassName
{
border-color: #153455;
}
</style>