Shades of Regal Blue #123056
Tints of Regal Blue #123056
RGB
CMYK
RGB Variations
Color information
#123056 (or 0x123056) is known color: Regal Blue. HEX triplet: 12, 30 and 56. RGB value is (18,48,86). Sum of RGB (Red+Green+Blue) = 18+48+86=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #123056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123056 is #EDCFA9. Grayscale: #2B2B2B. Windows color (decimal): -15585194 or 5648402. OLE color: 5648402.
HSL color Cylindrical-coordinate representation of color #123056: hue angle of 213.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123056 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 48 | 86 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.66 |
| HSL | 213.53º | 0.65% | 0.2% | - |
| HSV(B) | 213.53º | 0.79% | 0.34% | - |
| XYZ | 2.99 | 2.91 | 9.21 | - |
| YUV | 43.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 86 | 0.79 | 0.44 | 0 | 0.66 | 213.53 | 0.65 | 0.2 |
| Hex | 12 | 30 | 56 | 4F | 2C | 0 | 42 | D6 | 41 | 14 |
| Octal | 22 | 60 | 126 | 117 | 54 | 0 | 102 | 326 | 101 | 24 |
| Binary | 10010 | 110000 | 1010110 | 1001111 | 101100 | 0 | 1000010 | 11010110 | 1000001 | 10100 |
Color Harmonies of #123056
Complementary color
Monochromatic Colors of #123056
Black with #123056
Text Example
Text Example
White with #123056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123056; }
p { color: rgb(18,48,86); }
H1.HeaderClassName
{
color: #123056;
}
.AnyTagClassName
{
color: #123056;
}
</style>
background-color css
<style>
a { background-color: #123056; }
a { background-color: rgb(18,48,86); }
div.DivClassName
{
background-color: #123056;
}
.BgClassName
{
background-color: #123056;
}
</style>
border-color css
<style>
span { border-color: #123056; }
span { border-color: rgb(18,48,86); }
td.TdClassName
{
border-color: #123056;
}
.TagClassName
{
border-color: #123056;
}
</style>