Shades of Regal Blue #153B61
Tints of Regal Blue #153B61
RGB
CMYK
RGB Variations
Color information
#153B61 (or 0x153B61) is known color: Regal Blue. HEX triplet: 15, 3B and 61. RGB value is (21,59,97). Sum of RGB (Red+Green+Blue) = 21+59+97=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #153B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B61 is #EAC49E. Grayscale: #333333. Windows color (decimal): -15385759 or 6372117. OLE color: 6372117.
HSL color Cylindrical-coordinate representation of color #153B61: hue angle of 210º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153B61 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 59 | 97 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.62 |
| HSL | 210º | 0.64% | 0.23% | - |
| HSV(B) | 210º | 0.78% | 0.38% | - |
| XYZ | 4.03 | 4.15 | 11.9 | - |
| YUV | 51.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 97 | 0.78 | 0.39 | 0 | 0.62 | 210 | 0.64 | 0.23 |
| Hex | 15 | 3B | 61 | 4E | 27 | 0 | 3E | D2 | 40 | 17 |
| Octal | 25 | 73 | 141 | 116 | 47 | 0 | 76 | 322 | 100 | 27 |
| Binary | 10101 | 111011 | 1100001 | 1001110 | 100111 | 0 | 111110 | 11010010 | 1000000 | 10111 |
Color Harmonies of #153B61
Complementary color
Monochromatic Colors of #153B61
Black with #153B61
Text Example
Text Example
White with #153B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B61; }
p { color: rgb(21,59,97); }
H1.HeaderClassName
{
color: #153B61;
}
.AnyTagClassName
{
color: #153B61;
}
</style>
background-color css
<style>
a { background-color: #153B61; }
a { background-color: rgb(21,59,97); }
div.DivClassName
{
background-color: #153B61;
}
.BgClassName
{
background-color: #153B61;
}
</style>
border-color css
<style>
span { border-color: #153B61; }
span { border-color: rgb(21,59,97); }
td.TdClassName
{
border-color: #153B61;
}
.TagClassName
{
border-color: #153B61;
}
</style>