Shades of Regal Blue #123650
Tints of Regal Blue #123650
RGB
CMYK
RGB Variations
Color information
#123650 (or 0x123650) is known color: Regal Blue. HEX triplet: 12, 36 and 50. RGB value is (18,54,80). Sum of RGB (Red+Green+Blue) = 18+54+80=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #123650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123650 is #EDC9AF. Grayscale: #2E2E2E. Windows color (decimal): -15583664 or 5256722. OLE color: 5256722.
HSL color Cylindrical-coordinate representation of color #123650: hue angle of 205.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123650 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 54 | 80 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.69 |
| HSL | 205.16º | 0.63% | 0.19% | - |
| HSV(B) | 205.16º | 0.78% | 0.31% | - |
| XYZ | 3.02 | 3.35 | 8.08 | - |
| YUV | 46.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 80 | 0.78 | 0.33 | 0 | 0.69 | 205.16 | 0.63 | 0.19 |
| Hex | 12 | 36 | 50 | 4E | 21 | 0 | 45 | CD | 3F | 13 |
| Octal | 22 | 66 | 120 | 116 | 41 | 0 | 105 | 315 | 77 | 23 |
| Binary | 10010 | 110110 | 1010000 | 1001110 | 100001 | 0 | 1000101 | 11001101 | 111111 | 10011 |
Color Harmonies of #123650
Complementary color
Monochromatic Colors of #123650
Black with #123650
Text Example
Text Example
White with #123650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123650; }
p { color: rgb(18,54,80); }
H1.HeaderClassName
{
color: #123650;
}
.AnyTagClassName
{
color: #123650;
}
</style>
background-color css
<style>
a { background-color: #123650; }
a { background-color: rgb(18,54,80); }
div.DivClassName
{
background-color: #123650;
}
.BgClassName
{
background-color: #123650;
}
</style>
border-color css
<style>
span { border-color: #123650; }
span { border-color: rgb(18,54,80); }
td.TdClassName
{
border-color: #123650;
}
.TagClassName
{
border-color: #123650;
}
</style>