Shades of Regal Blue #153451
Tints of Regal Blue #153451
RGB
CMYK
RGB Variations
Color information
#153451 (or 0x153451) is known color: Regal Blue. HEX triplet: 15, 34 and 51. RGB value is (21,52,81). Sum of RGB (Red+Green+Blue) = 21+52+81=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #153451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153451 is #EACBAE. Grayscale: #2D2D2D. Windows color (decimal): -15387567 or 5321749. OLE color: 5321749.
HSL color Cylindrical-coordinate representation of color #153451: hue angle of 209º 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 #153451 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 52 | 81 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.68 |
| HSL | 209º | 0.59% | 0.2% | - |
| HSV(B) | 209º | 0.74% | 0.32% | - |
| XYZ | 3.02 | 3.21 | 8.24 | - |
| YUV | 46.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 81 | 0.74 | 0.36 | 0 | 0.68 | 209 | 0.59 | 0.2 |
| Hex | 15 | 34 | 51 | 4A | 24 | 0 | 44 | D1 | 3B | 14 |
| Octal | 25 | 64 | 121 | 112 | 44 | 0 | 104 | 321 | 73 | 24 |
| Binary | 10101 | 110100 | 1010001 | 1001010 | 100100 | 0 | 1000100 | 11010001 | 111011 | 10100 |
Color Harmonies of #153451
Complementary color
Monochromatic Colors of #153451
Black with #153451
Text Example
Text Example
White with #153451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153451; }
p { color: rgb(21,52,81); }
H1.HeaderClassName
{
color: #153451;
}
.AnyTagClassName
{
color: #153451;
}
</style>
background-color css
<style>
a { background-color: #153451; }
a { background-color: rgb(21,52,81); }
div.DivClassName
{
background-color: #153451;
}
.BgClassName
{
background-color: #153451;
}
</style>
border-color css
<style>
span { border-color: #153451; }
span { border-color: rgb(21,52,81); }
td.TdClassName
{
border-color: #153451;
}
.TagClassName
{
border-color: #153451;
}
</style>