Shades of Regal Blue #123A59
Tints of Regal Blue #123A59
RGB
CMYK
RGB Variations
Color information
#123A59 (or 0x123A59) is known color: Regal Blue. HEX triplet: 12, 3A and 59. RGB value is (18,58,89). Sum of RGB (Red+Green+Blue) = 18+58+89=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #123A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A59 is #EDC5A6. Grayscale: #313131. Windows color (decimal): -15582631 or 5847570. OLE color: 5847570.
HSL color Cylindrical-coordinate representation of color #123A59: hue angle of 206.2º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123A59 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 58 | 89 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.65 |
| HSL | 206.2º | 0.66% | 0.21% | - |
| HSV(B) | 206.2º | 0.8% | 0.35% | - |
| XYZ | 3.57 | 3.88 | 10.01 | - |
| YUV | 49.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 89 | 0.80 | 0.35 | 0 | 0.65 | 206.2 | 0.66 | 0.21 |
| Hex | 12 | 3A | 59 | 50 | 23 | 0 | 41 | CE | 42 | 15 |
| Octal | 22 | 72 | 131 | 120 | 43 | 0 | 101 | 316 | 102 | 25 |
| Binary | 10010 | 111010 | 1011001 | 1010000 | 100011 | 0 | 1000001 | 11001110 | 1000010 | 10101 |
Color Harmonies of #123A59
Complementary color
Monochromatic Colors of #123A59
Black with #123A59
Text Example
Text Example
White with #123A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A59; }
p { color: rgb(18,58,89); }
H1.HeaderClassName
{
color: #123A59;
}
.AnyTagClassName
{
color: #123A59;
}
</style>
background-color css
<style>
a { background-color: #123A59; }
a { background-color: rgb(18,58,89); }
div.DivClassName
{
background-color: #123A59;
}
.BgClassName
{
background-color: #123A59;
}
</style>
border-color css
<style>
span { border-color: #123A59; }
span { border-color: rgb(18,58,89); }
td.TdClassName
{
border-color: #123A59;
}
.TagClassName
{
border-color: #123A59;
}
</style>