Shades of Regal Blue #153459
Tints of Regal Blue #153459
RGB
CMYK
RGB Variations
Color information
#153459 (or 0x153459) is known color: Regal Blue. HEX triplet: 15, 34 and 59. RGB value is (21,52,89). Sum of RGB (Red+Green+Blue) = 21+52+89=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #153459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153459 is #EACBA6. Grayscale: #2E2E2E. Windows color (decimal): -15387559 or 5846037. OLE color: 5846037.
HSL color Cylindrical-coordinate representation of color #153459: hue angle of 212.65º 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 #153459 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 52 | 89 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.65 |
| HSL | 212.65º | 0.62% | 0.22% | - |
| HSV(B) | 212.65º | 0.76% | 0.35% | - |
| XYZ | 3.34 | 3.34 | 9.92 | - |
| YUV | 46.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 89 | 0.76 | 0.42 | 0 | 0.65 | 212.65 | 0.62 | 0.22 |
| Hex | 15 | 34 | 59 | 4C | 2A | 0 | 41 | D5 | 3E | 16 |
| Octal | 25 | 64 | 131 | 114 | 52 | 0 | 101 | 325 | 76 | 26 |
| Binary | 10101 | 110100 | 1011001 | 1001100 | 101010 | 0 | 1000001 | 11010101 | 111110 | 10110 |
Color Harmonies of #153459
Complementary color
Monochromatic Colors of #153459
Black with #153459
Text Example
Text Example
White with #153459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153459; }
p { color: rgb(21,52,89); }
H1.HeaderClassName
{
color: #153459;
}
.AnyTagClassName
{
color: #153459;
}
</style>
background-color css
<style>
a { background-color: #153459; }
a { background-color: rgb(21,52,89); }
div.DivClassName
{
background-color: #153459;
}
.BgClassName
{
background-color: #153459;
}
</style>
border-color css
<style>
span { border-color: #153459; }
span { border-color: rgb(21,52,89); }
td.TdClassName
{
border-color: #153459;
}
.TagClassName
{
border-color: #153459;
}
</style>