Shades of Regal Blue #123556
Tints of Regal Blue #123556
RGB
CMYK
RGB Variations
Color information
#123556 (or 0x123556) is known color: Regal Blue. HEX triplet: 12, 35 and 56. RGB value is (18,53,86). Sum of RGB (Red+Green+Blue) = 18+53+86=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #123556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123556 is #EDCAA9. Grayscale: #2E2E2E. Windows color (decimal): -15583914 or 5649682. OLE color: 5649682.
HSL color Cylindrical-coordinate representation of color #123556: hue angle of 209.12º 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 #123556 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 53 | 86 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.66 |
| HSL | 209.12º | 0.65% | 0.2% | - |
| HSV(B) | 209.12º | 0.79% | 0.34% | - |
| XYZ | 3.2 | 3.35 | 9.28 | - |
| YUV | 46.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 86 | 0.79 | 0.38 | 0 | 0.66 | 209.12 | 0.65 | 0.2 |
| Hex | 12 | 35 | 56 | 4F | 26 | 0 | 42 | D1 | 41 | 14 |
| Octal | 22 | 65 | 126 | 117 | 46 | 0 | 102 | 321 | 101 | 24 |
| Binary | 10010 | 110101 | 1010110 | 1001111 | 100110 | 0 | 1000010 | 11010001 | 1000001 | 10100 |
Color Harmonies of #123556
Complementary color
Monochromatic Colors of #123556
Black with #123556
Text Example
Text Example
White with #123556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123556; }
p { color: rgb(18,53,86); }
H1.HeaderClassName
{
color: #123556;
}
.AnyTagClassName
{
color: #123556;
}
</style>
background-color css
<style>
a { background-color: #123556; }
a { background-color: rgb(18,53,86); }
div.DivClassName
{
background-color: #123556;
}
.BgClassName
{
background-color: #123556;
}
</style>
border-color css
<style>
span { border-color: #123556; }
span { border-color: rgb(18,53,86); }
td.TdClassName
{
border-color: #123556;
}
.TagClassName
{
border-color: #123556;
}
</style>