Shades of Regal Blue #123C59
Tints of Regal Blue #123C59
RGB
CMYK
RGB Variations
Color information
#123C59 (or 0x123C59) is known color: Regal Blue. HEX triplet: 12, 3C and 59. RGB value is (18,60,89). Sum of RGB (Red+Green+Blue) = 18+60+89=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #123C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C59 is #EDC3A6. Grayscale: #323232. Windows color (decimal): -15582119 or 5848082. OLE color: 5848082.
HSL color Cylindrical-coordinate representation of color #123C59: hue angle of 204.51º 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 #123C59 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 60 | 89 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.65 |
| HSL | 204.51º | 0.66% | 0.21% | - |
| HSV(B) | 204.51º | 0.8% | 0.35% | - |
| XYZ | 3.67 | 4.08 | 10.05 | - |
| YUV | 50.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 89 | 0.80 | 0.33 | 0 | 0.65 | 204.51 | 0.66 | 0.21 |
| Hex | 12 | 3C | 59 | 50 | 21 | 0 | 41 | CD | 42 | 15 |
| Octal | 22 | 74 | 131 | 120 | 41 | 0 | 101 | 315 | 102 | 25 |
| Binary | 10010 | 111100 | 1011001 | 1010000 | 100001 | 0 | 1000001 | 11001101 | 1000010 | 10101 |
Color Harmonies of #123C59
Complementary color
Monochromatic Colors of #123C59
Black with #123C59
Text Example
Text Example
White with #123C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C59; }
p { color: rgb(18,60,89); }
H1.HeaderClassName
{
color: #123C59;
}
.AnyTagClassName
{
color: #123C59;
}
</style>
background-color css
<style>
a { background-color: #123C59; }
a { background-color: rgb(18,60,89); }
div.DivClassName
{
background-color: #123C59;
}
.BgClassName
{
background-color: #123C59;
}
</style>
border-color css
<style>
span { border-color: #123C59; }
span { border-color: rgb(18,60,89); }
td.TdClassName
{
border-color: #123C59;
}
.TagClassName
{
border-color: #123C59;
}
</style>