Shades of Regal Blue #153C58
Tints of Regal Blue #153C58
RGB
CMYK
RGB Variations
Color information
#153C58 (or 0x153C58) is known color: Regal Blue. HEX triplet: 15, 3C and 58. RGB value is (21,60,88). Sum of RGB (Red+Green+Blue) = 21+60+88=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #153C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C58 is #EAC3A7. Grayscale: #333333. Windows color (decimal): -15385512 or 5782549. OLE color: 5782549.
HSL color Cylindrical-coordinate representation of color #153C58: hue angle of 205.07º 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 #153C58 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 60 | 88 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.65 |
| HSL | 205.07º | 0.61% | 0.21% | - |
| HSV(B) | 205.07º | 0.76% | 0.35% | - |
| XYZ | 3.69 | 4.1 | 9.83 | - |
| YUV | 51.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 88 | 0.76 | 0.32 | 0 | 0.65 | 205.07 | 0.61 | 0.21 |
| Hex | 15 | 3C | 58 | 4C | 20 | 0 | 41 | CD | 3D | 15 |
| Octal | 25 | 74 | 130 | 114 | 40 | 0 | 101 | 315 | 75 | 25 |
| Binary | 10101 | 111100 | 1011000 | 1001100 | 100000 | 0 | 1000001 | 11001101 | 111101 | 10101 |
Color Harmonies of #153C58
Complementary color
Monochromatic Colors of #153C58
Black with #153C58
Text Example
Text Example
White with #153C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C58; }
p { color: rgb(21,60,88); }
H1.HeaderClassName
{
color: #153C58;
}
.AnyTagClassName
{
color: #153C58;
}
</style>
background-color css
<style>
a { background-color: #153C58; }
a { background-color: rgb(21,60,88); }
div.DivClassName
{
background-color: #153C58;
}
.BgClassName
{
background-color: #153C58;
}
</style>
border-color css
<style>
span { border-color: #153C58; }
span { border-color: rgb(21,60,88); }
td.TdClassName
{
border-color: #153C58;
}
.TagClassName
{
border-color: #153C58;
}
</style>