Shades of Regal Blue #153F5E
Tints of Regal Blue #153F5E
RGB
CMYK
RGB Variations
Color information
#153F5E (or 0x153F5E) is known color: Regal Blue. HEX triplet: 15, 3F and 5E. RGB value is (21,63,94). Sum of RGB (Red+Green+Blue) = 21+63+94=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #153F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F5E is #EAC0A1. Grayscale: #353535. Windows color (decimal): -15384738 or 6176533. OLE color: 6176533.
HSL color Cylindrical-coordinate representation of color #153F5E: hue angle of 205.48º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153F5E is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 63 | 94 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.63 |
| HSL | 205.48º | 0.63% | 0.23% | - |
| HSV(B) | 205.48º | 0.78% | 0.37% | - |
| XYZ | 4.11 | 4.52 | 11.25 | - |
| YUV | 53.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 94 | 0.78 | 0.33 | 0 | 0.63 | 205.48 | 0.63 | 0.23 |
| Hex | 15 | 3F | 5E | 4E | 21 | 0 | 3F | CD | 3F | 17 |
| Octal | 25 | 77 | 136 | 116 | 41 | 0 | 77 | 315 | 77 | 27 |
| Binary | 10101 | 111111 | 1011110 | 1001110 | 100001 | 0 | 111111 | 11001101 | 111111 | 10111 |
Color Harmonies of #153F5E
Complementary color
Monochromatic Colors of #153F5E
Black with #153F5E
Text Example
Text Example
White with #153F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F5E; }
p { color: rgb(21,63,94); }
H1.HeaderClassName
{
color: #153F5E;
}
.AnyTagClassName
{
color: #153F5E;
}
</style>
background-color css
<style>
a { background-color: #153F5E; }
a { background-color: rgb(21,63,94); }
div.DivClassName
{
background-color: #153F5E;
}
.BgClassName
{
background-color: #153F5E;
}
</style>
border-color css
<style>
span { border-color: #153F5E; }
span { border-color: rgb(21,63,94); }
td.TdClassName
{
border-color: #153F5E;
}
.TagClassName
{
border-color: #153F5E;
}
</style>