Shades of Regal Blue #124062
Tints of Regal Blue #124062
RGB
CMYK
RGB Variations
Color information
#124062 (or 0x124062) is known color: Regal Blue. HEX triplet: 12, 40 and 62. RGB value is (18,64,98). Sum of RGB (Red+Green+Blue) = 18+64+98=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #124062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124062 is #EDBF9D. Grayscale: #353535. Windows color (decimal): -15581086 or 6438930. OLE color: 6438930.
HSL color Cylindrical-coordinate representation of color #124062: hue angle of 205.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124062 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 64 | 98 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.62 |
| HSL | 205.5º | 0.69% | 0.23% | - |
| HSV(B) | 205.5º | 0.82% | 0.38% | - |
| XYZ | 4.29 | 4.68 | 12.23 | - |
| YUV | 54.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 98 | 0.82 | 0.35 | 0 | 0.62 | 205.5 | 0.69 | 0.23 |
| Hex | 12 | 40 | 62 | 52 | 23 | 0 | 3E | CE | 45 | 17 |
| Octal | 22 | 100 | 142 | 122 | 43 | 0 | 76 | 316 | 105 | 27 |
| Binary | 10010 | 1000000 | 1100010 | 1010010 | 100011 | 0 | 111110 | 11001110 | 1000101 | 10111 |
Color Harmonies of #124062
Complementary color
Monochromatic Colors of #124062
Black with #124062
Text Example
Text Example
White with #124062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124062; }
p { color: rgb(18,64,98); }
H1.HeaderClassName
{
color: #124062;
}
.AnyTagClassName
{
color: #124062;
}
</style>
background-color css
<style>
a { background-color: #124062; }
a { background-color: rgb(18,64,98); }
div.DivClassName
{
background-color: #124062;
}
.BgClassName
{
background-color: #124062;
}
</style>
border-color css
<style>
span { border-color: #124062; }
span { border-color: rgb(18,64,98); }
td.TdClassName
{
border-color: #124062;
}
.TagClassName
{
border-color: #124062;
}
</style>