Shades of Regal Blue #123A50
Tints of Regal Blue #123A50
RGB
CMYK
RGB Variations
Color information
#123A50 (or 0x123A50) is known color: Regal Blue. HEX triplet: 12, 3A and 50. RGB value is (18,58,80). Sum of RGB (Red+Green+Blue) = 18+58+80=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #123A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A50 is #EDC5AF. Grayscale: #303030. Windows color (decimal): -15582640 or 5257746. OLE color: 5257746.
HSL color Cylindrical-coordinate representation of color #123A50: hue angle of 201.29º 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 #123A50 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 58 | 80 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.69 |
| HSL | 201.29º | 0.63% | 0.19% | - |
| HSV(B) | 201.29º | 0.78% | 0.31% | - |
| XYZ | 3.21 | 3.73 | 8.14 | - |
| YUV | 48.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 80 | 0.78 | 0.28 | 0 | 0.69 | 201.29 | 0.63 | 0.19 |
| Hex | 12 | 3A | 50 | 4E | 1C | 0 | 45 | C9 | 3F | 13 |
| Octal | 22 | 72 | 120 | 116 | 34 | 0 | 105 | 311 | 77 | 23 |
| Binary | 10010 | 111010 | 1010000 | 1001110 | 11100 | 0 | 1000101 | 11001001 | 111111 | 10011 |
Color Harmonies of #123A50
Complementary color
Monochromatic Colors of #123A50
Black with #123A50
Text Example
Text Example
White with #123A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A50; }
p { color: rgb(18,58,80); }
H1.HeaderClassName
{
color: #123A50;
}
.AnyTagClassName
{
color: #123A50;
}
</style>
background-color css
<style>
a { background-color: #123A50; }
a { background-color: rgb(18,58,80); }
div.DivClassName
{
background-color: #123A50;
}
.BgClassName
{
background-color: #123A50;
}
</style>
border-color css
<style>
span { border-color: #123A50; }
span { border-color: rgb(18,58,80); }
td.TdClassName
{
border-color: #123A50;
}
.TagClassName
{
border-color: #123A50;
}
</style>