Shades of Regal Blue #123254
Tints of Regal Blue #123254
RGB
CMYK
RGB Variations
Color information
#123254 (or 0x123254) is known color: Regal Blue. HEX triplet: 12, 32 and 54. RGB value is (18,50,84). Sum of RGB (Red+Green+Blue) = 18+50+84=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #123254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123254 is #EDCDAB. Grayscale: #2C2C2C. Windows color (decimal): -15584684 or 5517842. OLE color: 5517842.
HSL color Cylindrical-coordinate representation of color #123254: hue angle of 210.91º 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 #123254 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 50 | 84 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.67 |
| HSL | 210.91º | 0.65% | 0.2% | - |
| HSV(B) | 210.91º | 0.79% | 0.33% | - |
| XYZ | 2.99 | 3.05 | 8.82 | - |
| YUV | 44.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 84 | 0.79 | 0.40 | 0 | 0.67 | 210.91 | 0.65 | 0.2 |
| Hex | 12 | 32 | 54 | 4F | 28 | 0 | 43 | D3 | 41 | 14 |
| Octal | 22 | 62 | 124 | 117 | 50 | 0 | 103 | 323 | 101 | 24 |
| Binary | 10010 | 110010 | 1010100 | 1001111 | 101000 | 0 | 1000011 | 11010011 | 1000001 | 10100 |
Color Harmonies of #123254
Complementary color
Monochromatic Colors of #123254
Black with #123254
Text Example
Text Example
White with #123254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123254; }
p { color: rgb(18,50,84); }
H1.HeaderClassName
{
color: #123254;
}
.AnyTagClassName
{
color: #123254;
}
</style>
background-color css
<style>
a { background-color: #123254; }
a { background-color: rgb(18,50,84); }
div.DivClassName
{
background-color: #123254;
}
.BgClassName
{
background-color: #123254;
}
</style>
border-color css
<style>
span { border-color: #123254; }
span { border-color: rgb(18,50,84); }
td.TdClassName
{
border-color: #123254;
}
.TagClassName
{
border-color: #123254;
}
</style>