Shades of Regal Blue #124064
Tints of Regal Blue #124064
RGB
CMYK
RGB Variations
Color information
#124064 (or 0x124064) is known color: Regal Blue. HEX triplet: 12, 40 and 64. RGB value is (18,64,100). Sum of RGB (Red+Green+Blue) = 18+64+100=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #124064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124064 is #EDBF9B. Grayscale: #363636. Windows color (decimal): -15581084 or 6570002. OLE color: 6570002.
HSL color Cylindrical-coordinate representation of color #124064: hue angle of 206.34º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124064 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 64 | 100 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.61 |
| HSL | 206.34º | 0.69% | 0.23% | - |
| HSV(B) | 206.34º | 0.82% | 0.39% | - |
| XYZ | 4.38 | 4.72 | 12.74 | - |
| YUV | 54.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 100 | 0.82 | 0.36 | 0 | 0.61 | 206.34 | 0.69 | 0.23 |
| Hex | 12 | 40 | 64 | 52 | 24 | 0 | 3D | CE | 45 | 17 |
| Octal | 22 | 100 | 144 | 122 | 44 | 0 | 75 | 316 | 105 | 27 |
| Binary | 10010 | 1000000 | 1100100 | 1010010 | 100100 | 0 | 111101 | 11001110 | 1000101 | 10111 |
Color Harmonies of #124064
Complementary color
Monochromatic Colors of #124064
Black with #124064
Text Example
Text Example
White with #124064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124064; }
p { color: rgb(18,64,100); }
H1.HeaderClassName
{
color: #124064;
}
.AnyTagClassName
{
color: #124064;
}
</style>
background-color css
<style>
a { background-color: #124064; }
a { background-color: rgb(18,64,100); }
div.DivClassName
{
background-color: #124064;
}
.BgClassName
{
background-color: #124064;
}
</style>
border-color css
<style>
span { border-color: #124064; }
span { border-color: rgb(18,64,100); }
td.TdClassName
{
border-color: #124064;
}
.TagClassName
{
border-color: #124064;
}
</style>