Shades of Regal Blue #124167
Tints of Regal Blue #124167
RGB
CMYK
RGB Variations
Color information
#124167 (or 0x124167) is known color: Regal Blue. HEX triplet: 12, 41 and 67. RGB value is (18,65,103). Sum of RGB (Red+Green+Blue) = 18+65+103=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #124167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124167 is #EDBE98. Grayscale: #373737. Windows color (decimal): -15580825 or 6766866. OLE color: 6766866.
HSL color Cylindrical-coordinate representation of color #124167: hue angle of 206.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124167 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 65 | 103 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.60 |
| HSL | 206.82º | 0.7% | 0.24% | - |
| HSV(B) | 206.82º | 0.83% | 0.4% | - |
| XYZ | 4.59 | 4.89 | 13.53 | - |
| YUV | 55.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 103 | 0.83 | 0.37 | 0 | 0.60 | 206.82 | 0.7 | 0.24 |
| Hex | 12 | 41 | 67 | 53 | 25 | 0 | 3C | CF | 46 | 18 |
| Octal | 22 | 101 | 147 | 123 | 45 | 0 | 74 | 317 | 106 | 30 |
| Binary | 10010 | 1000001 | 1100111 | 1010011 | 100101 | 0 | 111100 | 11001111 | 1000110 | 11000 |
Color Harmonies of #124167
Complementary color
Monochromatic Colors of #124167
Black with #124167
Text Example
Text Example
White with #124167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124167; }
p { color: rgb(18,65,103); }
H1.HeaderClassName
{
color: #124167;
}
.AnyTagClassName
{
color: #124167;
}
</style>
background-color css
<style>
a { background-color: #124167; }
a { background-color: rgb(18,65,103); }
div.DivClassName
{
background-color: #124167;
}
.BgClassName
{
background-color: #124167;
}
</style>
border-color css
<style>
span { border-color: #124167; }
span { border-color: rgb(18,65,103); }
td.TdClassName
{
border-color: #124167;
}
.TagClassName
{
border-color: #124167;
}
</style>