Shades of Regal Blue #123A54
Tints of Regal Blue #123A54
RGB
CMYK
RGB Variations
Color information
#123A54 (or 0x123A54) is known color: Regal Blue. HEX triplet: 12, 3A and 54. RGB value is (18,58,84). Sum of RGB (Red+Green+Blue) = 18+58+84=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #123A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A54 is #EDC5AB. Grayscale: #303030. Windows color (decimal): -15582636 or 5519890. OLE color: 5519890.
HSL color Cylindrical-coordinate representation of color #123A54: hue angle of 203.64º 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 #123A54 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 58 | 84 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.67 |
| HSL | 203.64º | 0.65% | 0.2% | - |
| HSV(B) | 203.64º | 0.79% | 0.33% | - |
| XYZ | 3.36 | 3.79 | 8.94 | - |
| YUV | 49 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 84 | 0.79 | 0.31 | 0 | 0.67 | 203.64 | 0.65 | 0.2 |
| Hex | 12 | 3A | 54 | 4F | 1F | 0 | 43 | CC | 41 | 14 |
| Octal | 22 | 72 | 124 | 117 | 37 | 0 | 103 | 314 | 101 | 24 |
| Binary | 10010 | 111010 | 1010100 | 1001111 | 11111 | 0 | 1000011 | 11001100 | 1000001 | 10100 |
Color Harmonies of #123A54
Complementary color
Monochromatic Colors of #123A54
Black with #123A54
Text Example
Text Example
White with #123A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A54; }
p { color: rgb(18,58,84); }
H1.HeaderClassName
{
color: #123A54;
}
.AnyTagClassName
{
color: #123A54;
}
</style>
background-color css
<style>
a { background-color: #123A54; }
a { background-color: rgb(18,58,84); }
div.DivClassName
{
background-color: #123A54;
}
.BgClassName
{
background-color: #123A54;
}
</style>
border-color css
<style>
span { border-color: #123A54; }
span { border-color: rgb(18,58,84); }
td.TdClassName
{
border-color: #123A54;
}
.TagClassName
{
border-color: #123A54;
}
</style>