Shades of Regal Blue #153C52
Tints of Regal Blue #153C52
RGB
CMYK
RGB Variations
Color information
#153C52 (or 0x153C52) is known color: Regal Blue. HEX triplet: 15, 3C and 52. RGB value is (21,60,82). Sum of RGB (Red+Green+Blue) = 21+60+82=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #153C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C52 is #EAC3AD. Grayscale: #323232. Windows color (decimal): -15385518 or 5389333. OLE color: 5389333.
HSL color Cylindrical-coordinate representation of color #153C52: hue angle of 201.64º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153C52 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 60 | 82 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.68 |
| HSL | 201.64º | 0.59% | 0.2% | - |
| HSV(B) | 201.64º | 0.74% | 0.32% | - |
| XYZ | 3.45 | 4 | 8.57 | - |
| YUV | 50.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 82 | 0.74 | 0.27 | 0 | 0.68 | 201.64 | 0.59 | 0.2 |
| Hex | 15 | 3C | 52 | 4A | 1B | 0 | 44 | CA | 3B | 14 |
| Octal | 25 | 74 | 122 | 112 | 33 | 0 | 104 | 312 | 73 | 24 |
| Binary | 10101 | 111100 | 1010010 | 1001010 | 11011 | 0 | 1000100 | 11001010 | 111011 | 10100 |
Color Harmonies of #153C52
Complementary color
Monochromatic Colors of #153C52
Black with #153C52
Text Example
Text Example
White with #153C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C52; }
p { color: rgb(21,60,82); }
H1.HeaderClassName
{
color: #153C52;
}
.AnyTagClassName
{
color: #153C52;
}
</style>
background-color css
<style>
a { background-color: #153C52; }
a { background-color: rgb(21,60,82); }
div.DivClassName
{
background-color: #153C52;
}
.BgClassName
{
background-color: #153C52;
}
</style>
border-color css
<style>
span { border-color: #153C52; }
span { border-color: rgb(21,60,82); }
td.TdClassName
{
border-color: #153C52;
}
.TagClassName
{
border-color: #153C52;
}
</style>