Shades of Regal Blue #124264
Tints of Regal Blue #124264
RGB
CMYK
RGB Variations
Color information
#124264 (or 0x124264) is known color: Regal Blue. HEX triplet: 12, 42 and 64. RGB value is (18,66,100). Sum of RGB (Red+Green+Blue) = 18+66+100=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #124264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124264 is #EDBD9B. Grayscale: #373737. Windows color (decimal): -15580572 or 6570514. OLE color: 6570514.
HSL color Cylindrical-coordinate representation of color #124264: hue angle of 204.88º 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 #124264 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 66 | 100 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.61 |
| HSL | 204.88º | 0.69% | 0.23% | - |
| HSV(B) | 204.88º | 0.82% | 0.39% | - |
| XYZ | 4.5 | 4.95 | 12.77 | - |
| YUV | 55.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 100 | 0.82 | 0.34 | 0 | 0.61 | 204.88 | 0.69 | 0.23 |
| Hex | 12 | 42 | 64 | 52 | 22 | 0 | 3D | CD | 45 | 17 |
| Octal | 22 | 102 | 144 | 122 | 42 | 0 | 75 | 315 | 105 | 27 |
| Binary | 10010 | 1000010 | 1100100 | 1010010 | 100010 | 0 | 111101 | 11001101 | 1000101 | 10111 |
Color Harmonies of #124264
Complementary color
Monochromatic Colors of #124264
Black with #124264
Text Example
Text Example
White with #124264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124264; }
p { color: rgb(18,66,100); }
H1.HeaderClassName
{
color: #124264;
}
.AnyTagClassName
{
color: #124264;
}
</style>
background-color css
<style>
a { background-color: #124264; }
a { background-color: rgb(18,66,100); }
div.DivClassName
{
background-color: #124264;
}
.BgClassName
{
background-color: #124264;
}
</style>
border-color css
<style>
span { border-color: #124264; }
span { border-color: rgb(18,66,100); }
td.TdClassName
{
border-color: #124264;
}
.TagClassName
{
border-color: #124264;
}
</style>