Shades of Regal Blue #153B58
Tints of Regal Blue #153B58
RGB
CMYK
RGB Variations
Color information
#153B58 (or 0x153B58) is known color: Regal Blue. HEX triplet: 15, 3B and 58. RGB value is (21,59,88). Sum of RGB (Red+Green+Blue) = 21+59+88=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #153B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B58 is #EAC4A7. Grayscale: #323232. Windows color (decimal): -15385768 or 5782293. OLE color: 5782293.
HSL color Cylindrical-coordinate representation of color #153B58: hue angle of 205.97º 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 #153B58 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 59 | 88 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.65 |
| HSL | 205.97º | 0.61% | 0.21% | - |
| HSV(B) | 205.97º | 0.76% | 0.35% | - |
| XYZ | 3.63 | 3.99 | 9.81 | - |
| YUV | 50.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 88 | 0.76 | 0.33 | 0 | 0.65 | 205.97 | 0.61 | 0.21 |
| Hex | 15 | 3B | 58 | 4C | 21 | 0 | 41 | CE | 3D | 15 |
| Octal | 25 | 73 | 130 | 114 | 41 | 0 | 101 | 316 | 75 | 25 |
| Binary | 10101 | 111011 | 1011000 | 1001100 | 100001 | 0 | 1000001 | 11001110 | 111101 | 10101 |
Color Harmonies of #153B58
Complementary color
Monochromatic Colors of #153B58
Black with #153B58
Text Example
Text Example
White with #153B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B58; }
p { color: rgb(21,59,88); }
H1.HeaderClassName
{
color: #153B58;
}
.AnyTagClassName
{
color: #153B58;
}
</style>
background-color css
<style>
a { background-color: #153B58; }
a { background-color: rgb(21,59,88); }
div.DivClassName
{
background-color: #153B58;
}
.BgClassName
{
background-color: #153B58;
}
</style>
border-color css
<style>
span { border-color: #153B58; }
span { border-color: rgb(21,59,88); }
td.TdClassName
{
border-color: #153B58;
}
.TagClassName
{
border-color: #153B58;
}
</style>