Shades of Regal Blue #153A53
Tints of Regal Blue #153A53
RGB
CMYK
RGB Variations
Color information
#153A53 (or 0x153A53) is known color: Regal Blue. HEX triplet: 15, 3A and 53. RGB value is (21,58,83). Sum of RGB (Red+Green+Blue) = 21+58+83=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #153A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A53 is #EAC5AC. Grayscale: #313131. Windows color (decimal): -15386029 or 5454357. OLE color: 5454357.
HSL color Cylindrical-coordinate representation of color #153A53: hue angle of 204.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153A53 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 58 | 83 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.67 |
| HSL | 204.19º | 0.6% | 0.2% | - |
| HSV(B) | 204.19º | 0.75% | 0.33% | - |
| XYZ | 3.38 | 3.81 | 8.74 | - |
| YUV | 49.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 83 | 0.75 | 0.30 | 0 | 0.67 | 204.19 | 0.6 | 0.2 |
| Hex | 15 | 3A | 53 | 4B | 1E | 0 | 43 | CC | 3C | 14 |
| Octal | 25 | 72 | 123 | 113 | 36 | 0 | 103 | 314 | 74 | 24 |
| Binary | 10101 | 111010 | 1010011 | 1001011 | 11110 | 0 | 1000011 | 11001100 | 111100 | 10100 |
Color Harmonies of #153A53
Complementary color
Monochromatic Colors of #153A53
Black with #153A53
Text Example
Text Example
White with #153A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A53; }
p { color: rgb(21,58,83); }
H1.HeaderClassName
{
color: #153A53;
}
.AnyTagClassName
{
color: #153A53;
}
</style>
background-color css
<style>
a { background-color: #153A53; }
a { background-color: rgb(21,58,83); }
div.DivClassName
{
background-color: #153A53;
}
.BgClassName
{
background-color: #153A53;
}
</style>
border-color css
<style>
span { border-color: #153A53; }
span { border-color: rgb(21,58,83); }
td.TdClassName
{
border-color: #153A53;
}
.TagClassName
{
border-color: #153A53;
}
</style>