Shades of Regal Blue #153E53
Tints of Regal Blue #153E53
RGB
CMYK
RGB Variations
Color information
#153E53 (or 0x153E53) is known color: Regal Blue. HEX triplet: 15, 3E and 53. RGB value is (21,62,83). Sum of RGB (Red+Green+Blue) = 21+62+83=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #153E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E53 is #EAC1AC. Grayscale: #343434. Windows color (decimal): -15385005 or 5455381. OLE color: 5455381.
HSL color Cylindrical-coordinate representation of color #153E53: hue angle of 200.32º 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 #153E53 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 62 | 83 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.67 |
| HSL | 200.32º | 0.6% | 0.2% | - |
| HSV(B) | 200.32º | 0.75% | 0.33% | - |
| XYZ | 3.59 | 4.23 | 8.81 | - |
| YUV | 52.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 83 | 0.75 | 0.25 | 0 | 0.67 | 200.32 | 0.6 | 0.2 |
| Hex | 15 | 3E | 53 | 4B | 19 | 0 | 43 | C8 | 3C | 14 |
| Octal | 25 | 76 | 123 | 113 | 31 | 0 | 103 | 310 | 74 | 24 |
| Binary | 10101 | 111110 | 1010011 | 1001011 | 11001 | 0 | 1000011 | 11001000 | 111100 | 10100 |
Color Harmonies of #153E53
Complementary color
Monochromatic Colors of #153E53
Black with #153E53
Text Example
Text Example
White with #153E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E53; }
p { color: rgb(21,62,83); }
H1.HeaderClassName
{
color: #153E53;
}
.AnyTagClassName
{
color: #153E53;
}
</style>
background-color css
<style>
a { background-color: #153E53; }
a { background-color: rgb(21,62,83); }
div.DivClassName
{
background-color: #153E53;
}
.BgClassName
{
background-color: #153E53;
}
</style>
border-color css
<style>
span { border-color: #153E53; }
span { border-color: rgb(21,62,83); }
td.TdClassName
{
border-color: #153E53;
}
.TagClassName
{
border-color: #153E53;
}
</style>