Shades of Regal Blue #153259
Tints of Regal Blue #153259
RGB
CMYK
RGB Variations
Color information
#153259 (or 0x153259) is known color: Regal Blue. HEX triplet: 15, 32 and 59. RGB value is (21,50,89). Sum of RGB (Red+Green+Blue) = 21+50+89=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #153259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153259 is #EACDA6. Grayscale: #2D2D2D. Windows color (decimal): -15388071 or 5845525. OLE color: 5845525.
HSL color Cylindrical-coordinate representation of color #153259: hue angle of 214.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153259 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 50 | 89 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.65 |
| HSL | 214.41º | 0.62% | 0.22% | - |
| HSV(B) | 214.41º | 0.76% | 0.35% | - |
| XYZ | 3.25 | 3.16 | 9.89 | - |
| YUV | 45.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 89 | 0.76 | 0.44 | 0 | 0.65 | 214.41 | 0.62 | 0.22 |
| Hex | 15 | 32 | 59 | 4C | 2C | 0 | 41 | D6 | 3E | 16 |
| Octal | 25 | 62 | 131 | 114 | 54 | 0 | 101 | 326 | 76 | 26 |
| Binary | 10101 | 110010 | 1011001 | 1001100 | 101100 | 0 | 1000001 | 11010110 | 111110 | 10110 |
Color Harmonies of #153259
Complementary color
Monochromatic Colors of #153259
Black with #153259
Text Example
Text Example
White with #153259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153259; }
p { color: rgb(21,50,89); }
H1.HeaderClassName
{
color: #153259;
}
.AnyTagClassName
{
color: #153259;
}
</style>
background-color css
<style>
a { background-color: #153259; }
a { background-color: rgb(21,50,89); }
div.DivClassName
{
background-color: #153259;
}
.BgClassName
{
background-color: #153259;
}
</style>
border-color css
<style>
span { border-color: #153259; }
span { border-color: rgb(21,50,89); }
td.TdClassName
{
border-color: #153259;
}
.TagClassName
{
border-color: #153259;
}
</style>