Shades of Regal Blue #123159
Tints of Regal Blue #123159
RGB
CMYK
RGB Variations
Color information
#123159 (or 0x123159) is known color: Regal Blue. HEX triplet: 12, 31 and 59. RGB value is (18,49,89). Sum of RGB (Red+Green+Blue) = 18+49+89=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #123159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123159 is #EDCEA6. Grayscale: #2C2C2C. Windows color (decimal): -15584935 or 5845266. OLE color: 5845266.
HSL color Cylindrical-coordinate representation of color #123159: hue angle of 213.8º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123159 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 49 | 89 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.65 |
| HSL | 213.8º | 0.66% | 0.21% | - |
| HSV(B) | 213.8º | 0.8% | 0.35% | - |
| XYZ | 3.15 | 3.05 | 9.87 | - |
| YUV | 44.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 89 | 0.80 | 0.45 | 0 | 0.65 | 213.8 | 0.66 | 0.21 |
| Hex | 12 | 31 | 59 | 50 | 2D | 0 | 41 | D6 | 42 | 15 |
| Octal | 22 | 61 | 131 | 120 | 55 | 0 | 101 | 326 | 102 | 25 |
| Binary | 10010 | 110001 | 1011001 | 1010000 | 101101 | 0 | 1000001 | 11010110 | 1000010 | 10101 |
Color Harmonies of #123159
Complementary color
Monochromatic Colors of #123159
Black with #123159
Text Example
Text Example
White with #123159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123159; }
p { color: rgb(18,49,89); }
H1.HeaderClassName
{
color: #123159;
}
.AnyTagClassName
{
color: #123159;
}
</style>
background-color css
<style>
a { background-color: #123159; }
a { background-color: rgb(18,49,89); }
div.DivClassName
{
background-color: #123159;
}
.BgClassName
{
background-color: #123159;
}
</style>
border-color css
<style>
span { border-color: #123159; }
span { border-color: rgb(18,49,89); }
td.TdClassName
{
border-color: #123159;
}
.TagClassName
{
border-color: #123159;
}
</style>