Shades of Regal Blue #123451
Tints of Regal Blue #123451
RGB
CMYK
RGB Variations
Color information
#123451 (or 0x123451) is known color: Regal Blue. HEX triplet: 12, 34 and 51. RGB value is (18,52,81). Sum of RGB (Red+Green+Blue) = 18+52+81=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #123451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123451 is #EDCBAE. Grayscale: #2C2C2C. Windows color (decimal): -15584175 or 5321746. OLE color: 5321746.
HSL color Cylindrical-coordinate representation of color #123451: hue angle of 207.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123451 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 52 | 81 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.68 |
| HSL | 207.62º | 0.64% | 0.19% | - |
| HSV(B) | 207.62º | 0.78% | 0.32% | - |
| XYZ | 2.96 | 3.18 | 8.24 | - |
| YUV | 45.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 81 | 0.78 | 0.36 | 0 | 0.68 | 207.62 | 0.64 | 0.19 |
| Hex | 12 | 34 | 51 | 4E | 24 | 0 | 44 | D0 | 40 | 13 |
| Octal | 22 | 64 | 121 | 116 | 44 | 0 | 104 | 320 | 100 | 23 |
| Binary | 10010 | 110100 | 1010001 | 1001110 | 100100 | 0 | 1000100 | 11010000 | 1000000 | 10011 |
Color Harmonies of #123451
Complementary color
Monochromatic Colors of #123451
Black with #123451
Text Example
Text Example
White with #123451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123451; }
p { color: rgb(18,52,81); }
H1.HeaderClassName
{
color: #123451;
}
.AnyTagClassName
{
color: #123451;
}
</style>
background-color css
<style>
a { background-color: #123451; }
a { background-color: rgb(18,52,81); }
div.DivClassName
{
background-color: #123451;
}
.BgClassName
{
background-color: #123451;
}
</style>
border-color css
<style>
span { border-color: #123451; }
span { border-color: rgb(18,52,81); }
td.TdClassName
{
border-color: #123451;
}
.TagClassName
{
border-color: #123451;
}
</style>