Shades of Regal Blue #153A52
Tints of Regal Blue #153A52
RGB
CMYK
RGB Variations
Color information
#153A52 (or 0x153A52) is known color: Regal Blue. HEX triplet: 15, 3A and 52. RGB value is (21,58,82). Sum of RGB (Red+Green+Blue) = 21+58+82=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #153A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A52 is #EAC5AD. Grayscale: #313131. Windows color (decimal): -15386030 or 5388821. OLE color: 5388821.
HSL color Cylindrical-coordinate representation of color #153A52: hue angle of 203.61º 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 #153A52 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 58 | 82 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.68 |
| HSL | 203.61º | 0.59% | 0.2% | - |
| HSV(B) | 203.61º | 0.74% | 0.32% | - |
| XYZ | 3.35 | 3.79 | 8.54 | - |
| YUV | 49.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 82 | 0.74 | 0.29 | 0 | 0.68 | 203.61 | 0.59 | 0.2 |
| Hex | 15 | 3A | 52 | 4A | 1D | 0 | 44 | CC | 3B | 14 |
| Octal | 25 | 72 | 122 | 112 | 35 | 0 | 104 | 314 | 73 | 24 |
| Binary | 10101 | 111010 | 1010010 | 1001010 | 11101 | 0 | 1000100 | 11001100 | 111011 | 10100 |
Color Harmonies of #153A52
Complementary color
Monochromatic Colors of #153A52
Black with #153A52
Text Example
Text Example
White with #153A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A52; }
p { color: rgb(21,58,82); }
H1.HeaderClassName
{
color: #153A52;
}
.AnyTagClassName
{
color: #153A52;
}
</style>
background-color css
<style>
a { background-color: #153A52; }
a { background-color: rgb(21,58,82); }
div.DivClassName
{
background-color: #153A52;
}
.BgClassName
{
background-color: #153A52;
}
</style>
border-color css
<style>
span { border-color: #153A52; }
span { border-color: rgb(21,58,82); }
td.TdClassName
{
border-color: #153A52;
}
.TagClassName
{
border-color: #153A52;
}
</style>