Shades of Regal Blue #153C5E
Tints of Regal Blue #153C5E
RGB
CMYK
RGB Variations
Color information
#153C5E (or 0x153C5E) is known color: Regal Blue. HEX triplet: 15, 3C and 5E. RGB value is (21,60,94). Sum of RGB (Red+Green+Blue) = 21+60+94=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #153C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C5E is #EAC3A1. Grayscale: #343434. Windows color (decimal): -15385506 or 6175765. OLE color: 6175765.
HSL color Cylindrical-coordinate representation of color #153C5E: hue angle of 207.95º 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 #153C5E is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 60 | 94 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.63 |
| HSL | 207.95º | 0.63% | 0.23% | - |
| HSV(B) | 207.95º | 0.78% | 0.37% | - |
| XYZ | 3.95 | 4.2 | 11.19 | - |
| YUV | 52.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 94 | 0.78 | 0.36 | 0 | 0.63 | 207.95 | 0.63 | 0.23 |
| Hex | 15 | 3C | 5E | 4E | 24 | 0 | 3F | D0 | 3F | 17 |
| Octal | 25 | 74 | 136 | 116 | 44 | 0 | 77 | 320 | 77 | 27 |
| Binary | 10101 | 111100 | 1011110 | 1001110 | 100100 | 0 | 111111 | 11010000 | 111111 | 10111 |
Color Harmonies of #153C5E
Complementary color
Monochromatic Colors of #153C5E
Black with #153C5E
Text Example
Text Example
White with #153C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C5E; }
p { color: rgb(21,60,94); }
H1.HeaderClassName
{
color: #153C5E;
}
.AnyTagClassName
{
color: #153C5E;
}
</style>
background-color css
<style>
a { background-color: #153C5E; }
a { background-color: rgb(21,60,94); }
div.DivClassName
{
background-color: #153C5E;
}
.BgClassName
{
background-color: #153C5E;
}
</style>
border-color css
<style>
span { border-color: #153C5E; }
span { border-color: rgb(21,60,94); }
td.TdClassName
{
border-color: #153C5E;
}
.TagClassName
{
border-color: #153C5E;
}
</style>