Shades of Regal Blue #123D61
Tints of Regal Blue #123D61
RGB
CMYK
RGB Variations
Color information
#123D61 (or 0x123D61) is known color: Regal Blue. HEX triplet: 12, 3D and 61. RGB value is (18,61,97). Sum of RGB (Red+Green+Blue) = 18+61+97=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #123D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D61 is #EDC29E. Grayscale: #343434. Windows color (decimal): -15581855 or 6372626. OLE color: 6372626.
HSL color Cylindrical-coordinate representation of color #123D61: hue angle of 207.34º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123D61 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 61 | 97 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.62 |
| HSL | 207.34º | 0.69% | 0.23% | - |
| HSV(B) | 207.34º | 0.81% | 0.38% | - |
| XYZ | 4.08 | 4.33 | 11.93 | - |
| YUV | 52.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 97 | 0.81 | 0.37 | 0 | 0.62 | 207.34 | 0.69 | 0.23 |
| Hex | 12 | 3D | 61 | 51 | 25 | 0 | 3E | CF | 45 | 17 |
| Octal | 22 | 75 | 141 | 121 | 45 | 0 | 76 | 317 | 105 | 27 |
| Binary | 10010 | 111101 | 1100001 | 1010001 | 100101 | 0 | 111110 | 11001111 | 1000101 | 10111 |
Color Harmonies of #123D61
Complementary color
Monochromatic Colors of #123D61
Black with #123D61
Text Example
Text Example
White with #123D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D61; }
p { color: rgb(18,61,97); }
H1.HeaderClassName
{
color: #123D61;
}
.AnyTagClassName
{
color: #123D61;
}
</style>
background-color css
<style>
a { background-color: #123D61; }
a { background-color: rgb(18,61,97); }
div.DivClassName
{
background-color: #123D61;
}
.BgClassName
{
background-color: #123D61;
}
</style>
border-color css
<style>
span { border-color: #123D61; }
span { border-color: rgb(18,61,97); }
td.TdClassName
{
border-color: #123D61;
}
.TagClassName
{
border-color: #123D61;
}
</style>