Shades of Regal Blue #123A58
Tints of Regal Blue #123A58
RGB
CMYK
RGB Variations
Color information
#123A58 (or 0x123A58) is known color: Regal Blue. HEX triplet: 12, 3A and 58. RGB value is (18,58,88). Sum of RGB (Red+Green+Blue) = 18+58+88=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #123A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A58 is #EDC5A7. Grayscale: #313131. Windows color (decimal): -15582632 or 5782034. OLE color: 5782034.
HSL color Cylindrical-coordinate representation of color #123A58: hue angle of 205.71º 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 #123A58 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 58 | 88 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.65 |
| HSL | 205.71º | 0.66% | 0.21% | - |
| HSV(B) | 205.71º | 0.8% | 0.35% | - |
| XYZ | 3.52 | 3.86 | 9.79 | - |
| YUV | 49.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 88 | 0.80 | 0.34 | 0 | 0.65 | 205.71 | 0.66 | 0.21 |
| Hex | 12 | 3A | 58 | 50 | 22 | 0 | 41 | CE | 42 | 15 |
| Octal | 22 | 72 | 130 | 120 | 42 | 0 | 101 | 316 | 102 | 25 |
| Binary | 10010 | 111010 | 1011000 | 1010000 | 100010 | 0 | 1000001 | 11001110 | 1000010 | 10101 |
Color Harmonies of #123A58
Complementary color
Monochromatic Colors of #123A58
Black with #123A58
Text Example
Text Example
White with #123A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A58; }
p { color: rgb(18,58,88); }
H1.HeaderClassName
{
color: #123A58;
}
.AnyTagClassName
{
color: #123A58;
}
</style>
background-color css
<style>
a { background-color: #123A58; }
a { background-color: rgb(18,58,88); }
div.DivClassName
{
background-color: #123A58;
}
.BgClassName
{
background-color: #123A58;
}
</style>
border-color css
<style>
span { border-color: #123A58; }
span { border-color: rgb(18,58,88); }
td.TdClassName
{
border-color: #123A58;
}
.TagClassName
{
border-color: #123A58;
}
</style>