Shades of Regal Blue #124161
Tints of Regal Blue #124161
RGB
CMYK
RGB Variations
Color information
#124161 (or 0x124161) is known color: Regal Blue. HEX triplet: 12, 41 and 61. RGB value is (18,65,97). Sum of RGB (Red+Green+Blue) = 18+65+97=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #124161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124161 is #EDBE9E. Grayscale: #363636. Windows color (decimal): -15580831 or 6373650. OLE color: 6373650.
HSL color Cylindrical-coordinate representation of color #124161: hue angle of 204.3º 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 #124161 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 65 | 97 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.62 |
| HSL | 204.3º | 0.69% | 0.23% | - |
| HSV(B) | 204.3º | 0.81% | 0.38% | - |
| XYZ | 4.3 | 4.77 | 12 | - |
| YUV | 54.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 97 | 0.81 | 0.33 | 0 | 0.62 | 204.3 | 0.69 | 0.23 |
| Hex | 12 | 41 | 61 | 51 | 21 | 0 | 3E | CC | 45 | 17 |
| Octal | 22 | 101 | 141 | 121 | 41 | 0 | 76 | 314 | 105 | 27 |
| Binary | 10010 | 1000001 | 1100001 | 1010001 | 100001 | 0 | 111110 | 11001100 | 1000101 | 10111 |
Color Harmonies of #124161
Complementary color
Monochromatic Colors of #124161
Black with #124161
Text Example
Text Example
White with #124161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124161; }
p { color: rgb(18,65,97); }
H1.HeaderClassName
{
color: #124161;
}
.AnyTagClassName
{
color: #124161;
}
</style>
background-color css
<style>
a { background-color: #124161; }
a { background-color: rgb(18,65,97); }
div.DivClassName
{
background-color: #124161;
}
.BgClassName
{
background-color: #124161;
}
</style>
border-color css
<style>
span { border-color: #124161; }
span { border-color: rgb(18,65,97); }
td.TdClassName
{
border-color: #124161;
}
.TagClassName
{
border-color: #124161;
}
</style>