Shades of Regal Blue #123950
Tints of Regal Blue #123950
RGB
CMYK
RGB Variations
Color information
#123950 (or 0x123950) is known color: Regal Blue. HEX triplet: 12, 39 and 50. RGB value is (18,57,80). Sum of RGB (Red+Green+Blue) = 18+57+80=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #123950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123950 is #EDC6AF. Grayscale: #2F2F2F. Windows color (decimal): -15582896 or 5257490. OLE color: 5257490.
HSL color Cylindrical-coordinate representation of color #123950: hue angle of 202.26º 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 #123950 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 57 | 80 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.69 |
| HSL | 202.26º | 0.63% | 0.19% | - |
| HSV(B) | 202.26º | 0.78% | 0.31% | - |
| XYZ | 3.16 | 3.63 | 8.12 | - |
| YUV | 47.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 80 | 0.78 | 0.29 | 0 | 0.69 | 202.26 | 0.63 | 0.19 |
| Hex | 12 | 39 | 50 | 4E | 1D | 0 | 45 | CA | 3F | 13 |
| Octal | 22 | 71 | 120 | 116 | 35 | 0 | 105 | 312 | 77 | 23 |
| Binary | 10010 | 111001 | 1010000 | 1001110 | 11101 | 0 | 1000101 | 11001010 | 111111 | 10011 |
Color Harmonies of #123950
Complementary color
Monochromatic Colors of #123950
Black with #123950
Text Example
Text Example
White with #123950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123950; }
p { color: rgb(18,57,80); }
H1.HeaderClassName
{
color: #123950;
}
.AnyTagClassName
{
color: #123950;
}
</style>
background-color css
<style>
a { background-color: #123950; }
a { background-color: rgb(18,57,80); }
div.DivClassName
{
background-color: #123950;
}
.BgClassName
{
background-color: #123950;
}
</style>
border-color css
<style>
span { border-color: #123950; }
span { border-color: rgb(18,57,80); }
td.TdClassName
{
border-color: #123950;
}
.TagClassName
{
border-color: #123950;
}
</style>