Shades of Regal Blue #153B5B
Tints of Regal Blue #153B5B
RGB
CMYK
RGB Variations
Color information
#153B5B (or 0x153B5B) is known color: Regal Blue. HEX triplet: 15, 3B and 5B. RGB value is (21,59,91). Sum of RGB (Red+Green+Blue) = 21+59+91=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #153B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B5B is #EAC4A4. Grayscale: #333333. Windows color (decimal): -15385765 or 5978901. OLE color: 5978901.
HSL color Cylindrical-coordinate representation of color #153B5B: hue angle of 207.43º 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 #153B5B is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 59 | 91 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.64 |
| HSL | 207.43º | 0.63% | 0.22% | - |
| HSV(B) | 207.43º | 0.77% | 0.36% | - |
| XYZ | 3.76 | 4.04 | 10.48 | - |
| YUV | 51.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 91 | 0.77 | 0.35 | 0 | 0.64 | 207.43 | 0.63 | 0.22 |
| Hex | 15 | 3B | 5B | 4D | 23 | 0 | 40 | CF | 3E | 16 |
| Octal | 25 | 73 | 133 | 115 | 43 | 0 | 100 | 317 | 76 | 26 |
| Binary | 10101 | 111011 | 1011011 | 1001101 | 100011 | 0 | 1000000 | 11001111 | 111110 | 10110 |
Color Harmonies of #153B5B
Complementary color
Monochromatic Colors of #153B5B
Black with #153B5B
Text Example
Text Example
White with #153B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B5B; }
p { color: rgb(21,59,91); }
H1.HeaderClassName
{
color: #153B5B;
}
.AnyTagClassName
{
color: #153B5B;
}
</style>
background-color css
<style>
a { background-color: #153B5B; }
a { background-color: rgb(21,59,91); }
div.DivClassName
{
background-color: #153B5B;
}
.BgClassName
{
background-color: #153B5B;
}
</style>
border-color css
<style>
span { border-color: #153B5B; }
span { border-color: rgb(21,59,91); }
td.TdClassName
{
border-color: #153B5B;
}
.TagClassName
{
border-color: #153B5B;
}
</style>