Shades of Regal Blue #153B52
Tints of Regal Blue #153B52
RGB
CMYK
RGB Variations
Color information
#153B52 (or 0x153B52) is known color: Regal Blue. HEX triplet: 15, 3B and 52. RGB value is (21,59,82). Sum of RGB (Red+Green+Blue) = 21+59+82=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #153B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B52 is #EAC4AD. Grayscale: #323232. Windows color (decimal): -15385774 or 5389077. OLE color: 5389077.
HSL color Cylindrical-coordinate representation of color #153B52: hue angle of 202.62º 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 #153B52 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 59 | 82 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.68 |
| HSL | 202.62º | 0.59% | 0.2% | - |
| HSV(B) | 202.62º | 0.74% | 0.32% | - |
| XYZ | 3.4 | 3.9 | 8.56 | - |
| YUV | 50.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 82 | 0.74 | 0.28 | 0 | 0.68 | 202.62 | 0.59 | 0.2 |
| Hex | 15 | 3B | 52 | 4A | 1C | 0 | 44 | CB | 3B | 14 |
| Octal | 25 | 73 | 122 | 112 | 34 | 0 | 104 | 313 | 73 | 24 |
| Binary | 10101 | 111011 | 1010010 | 1001010 | 11100 | 0 | 1000100 | 11001011 | 111011 | 10100 |
Color Harmonies of #153B52
Complementary color
Monochromatic Colors of #153B52
Black with #153B52
Text Example
Text Example
White with #153B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B52; }
p { color: rgb(21,59,82); }
H1.HeaderClassName
{
color: #153B52;
}
.AnyTagClassName
{
color: #153B52;
}
</style>
background-color css
<style>
a { background-color: #153B52; }
a { background-color: rgb(21,59,82); }
div.DivClassName
{
background-color: #153B52;
}
.BgClassName
{
background-color: #153B52;
}
</style>
border-color css
<style>
span { border-color: #153B52; }
span { border-color: rgb(21,59,82); }
td.TdClassName
{
border-color: #153B52;
}
.TagClassName
{
border-color: #153B52;
}
</style>