Shades of Regal Blue #153F60
Tints of Regal Blue #153F60
RGB
CMYK
RGB Variations
Color information
#153F60 (or 0x153F60) is known color: Regal Blue. HEX triplet: 15, 3F and 60. RGB value is (21,63,96). Sum of RGB (Red+Green+Blue) = 21+63+96=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #153F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F60 is #EAC09F. Grayscale: #363636. Windows color (decimal): -15384736 or 6307605. OLE color: 6307605.
HSL color Cylindrical-coordinate representation of color #153F60: hue angle of 206.4º 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 #153F60 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 63 | 96 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.62 |
| HSL | 206.4º | 0.64% | 0.23% | - |
| HSV(B) | 206.4º | 0.78% | 0.38% | - |
| XYZ | 4.2 | 4.56 | 11.73 | - |
| YUV | 54.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 96 | 0.78 | 0.34 | 0 | 0.62 | 206.4 | 0.64 | 0.23 |
| Hex | 15 | 3F | 60 | 4E | 22 | 0 | 3E | CE | 40 | 17 |
| Octal | 25 | 77 | 140 | 116 | 42 | 0 | 76 | 316 | 100 | 27 |
| Binary | 10101 | 111111 | 1100000 | 1001110 | 100010 | 0 | 111110 | 11001110 | 1000000 | 10111 |
Color Harmonies of #153F60
Complementary color
Monochromatic Colors of #153F60
Black with #153F60
Text Example
Text Example
White with #153F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F60; }
p { color: rgb(21,63,96); }
H1.HeaderClassName
{
color: #153F60;
}
.AnyTagClassName
{
color: #153F60;
}
</style>
background-color css
<style>
a { background-color: #153F60; }
a { background-color: rgb(21,63,96); }
div.DivClassName
{
background-color: #153F60;
}
.BgClassName
{
background-color: #153F60;
}
</style>
border-color css
<style>
span { border-color: #153F60; }
span { border-color: rgb(21,63,96); }
td.TdClassName
{
border-color: #153F60;
}
.TagClassName
{
border-color: #153F60;
}
</style>