Shades of Regal Blue #122E54
Tints of Regal Blue #122E54
RGB
CMYK
RGB Variations
Color information
#122E54 (or 0x122E54) is known color: Regal Blue. HEX triplet: 12, 2E and 54. RGB value is (18,46,84). Sum of RGB (Red+Green+Blue) = 18+46+84=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #122E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E54 is #EDD1AB. Grayscale: #292929. Windows color (decimal): -15585708 or 5516818. OLE color: 5516818.
HSL color Cylindrical-coordinate representation of color #122E54: hue angle of 214.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122E54 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 46 | 84 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.67 |
| HSL | 214.55º | 0.65% | 0.2% | - |
| HSV(B) | 214.55º | 0.79% | 0.33% | - |
| XYZ | 2.83 | 2.72 | 8.76 | - |
| YUV | 41.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 84 | 0.79 | 0.45 | 0 | 0.67 | 214.55 | 0.65 | 0.2 |
| Hex | 12 | 2E | 54 | 4F | 2D | 0 | 43 | D7 | 41 | 14 |
| Octal | 22 | 56 | 124 | 117 | 55 | 0 | 103 | 327 | 101 | 24 |
| Binary | 10010 | 101110 | 1010100 | 1001111 | 101101 | 0 | 1000011 | 11010111 | 1000001 | 10100 |
Color Harmonies of #122E54
Complementary color
Monochromatic Colors of #122E54
Black with #122E54
Text Example
Text Example
White with #122E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E54; }
p { color: rgb(18,46,84); }
H1.HeaderClassName
{
color: #122E54;
}
.AnyTagClassName
{
color: #122E54;
}
</style>
background-color css
<style>
a { background-color: #122E54; }
a { background-color: rgb(18,46,84); }
div.DivClassName
{
background-color: #122E54;
}
.BgClassName
{
background-color: #122E54;
}
</style>
border-color css
<style>
span { border-color: #122E54; }
span { border-color: rgb(18,46,84); }
td.TdClassName
{
border-color: #122E54;
}
.TagClassName
{
border-color: #122E54;
}
</style>