Shades of Regal Blue #153C5B
Tints of Regal Blue #153C5B
RGB
CMYK
RGB Variations
Color information
#153C5B (or 0x153C5B) is known color: Regal Blue. HEX triplet: 15, 3C and 5B. RGB value is (21,60,91). Sum of RGB (Red+Green+Blue) = 21+60+91=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #153C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C5B is #EAC3A4. Grayscale: #333333. Windows color (decimal): -15385509 or 5979157. OLE color: 5979157.
HSL color Cylindrical-coordinate representation of color #153C5B: hue angle of 206.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153C5B is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 60 | 91 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.64 |
| HSL | 206.57º | 0.63% | 0.22% | - |
| HSV(B) | 206.57º | 0.77% | 0.36% | - |
| XYZ | 3.81 | 4.15 | 10.5 | - |
| YUV | 51.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 91 | 0.77 | 0.34 | 0 | 0.64 | 206.57 | 0.63 | 0.22 |
| Hex | 15 | 3C | 5B | 4D | 22 | 0 | 40 | CF | 3E | 16 |
| Octal | 25 | 74 | 133 | 115 | 42 | 0 | 100 | 317 | 76 | 26 |
| Binary | 10101 | 111100 | 1011011 | 1001101 | 100010 | 0 | 1000000 | 11001111 | 111110 | 10110 |
Color Harmonies of #153C5B
Complementary color
Monochromatic Colors of #153C5B
Black with #153C5B
Text Example
Text Example
White with #153C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C5B; }
p { color: rgb(21,60,91); }
H1.HeaderClassName
{
color: #153C5B;
}
.AnyTagClassName
{
color: #153C5B;
}
</style>
background-color css
<style>
a { background-color: #153C5B; }
a { background-color: rgb(21,60,91); }
div.DivClassName
{
background-color: #153C5B;
}
.BgClassName
{
background-color: #153C5B;
}
</style>
border-color css
<style>
span { border-color: #153C5B; }
span { border-color: rgb(21,60,91); }
td.TdClassName
{
border-color: #153C5B;
}
.TagClassName
{
border-color: #153C5B;
}
</style>