Shades of Regal Blue #123C63
Tints of Regal Blue #123C63
RGB
CMYK
RGB Variations
Color information
#123C63 (or 0x123C63) is known color: Regal Blue. HEX triplet: 12, 3C and 63. RGB value is (18,60,99). Sum of RGB (Red+Green+Blue) = 18+60+99=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #123C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C63 is #EDC39C. Grayscale: #333333. Windows color (decimal): -15582109 or 6503442. OLE color: 6503442.
HSL color Cylindrical-coordinate representation of color #123C63: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123C63 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 60 | 99 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.61 |
| HSL | 208.89º | 0.69% | 0.23% | - |
| HSV(B) | 208.89º | 0.82% | 0.39% | - |
| XYZ | 4.12 | 4.26 | 12.41 | - |
| YUV | 51.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 99 | 0.82 | 0.39 | 0 | 0.61 | 208.89 | 0.69 | 0.23 |
| Hex | 12 | 3C | 63 | 52 | 27 | 0 | 3D | D1 | 45 | 17 |
| Octal | 22 | 74 | 143 | 122 | 47 | 0 | 75 | 321 | 105 | 27 |
| Binary | 10010 | 111100 | 1100011 | 1010010 | 100111 | 0 | 111101 | 11010001 | 1000101 | 10111 |
Color Harmonies of #123C63
Complementary color
Monochromatic Colors of #123C63
Black with #123C63
Text Example
Text Example
White with #123C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C63; }
p { color: rgb(18,60,99); }
H1.HeaderClassName
{
color: #123C63;
}
.AnyTagClassName
{
color: #123C63;
}
</style>
background-color css
<style>
a { background-color: #123C63; }
a { background-color: rgb(18,60,99); }
div.DivClassName
{
background-color: #123C63;
}
.BgClassName
{
background-color: #123C63;
}
</style>
border-color css
<style>
span { border-color: #123C63; }
span { border-color: rgb(18,60,99); }
td.TdClassName
{
border-color: #123C63;
}
.TagClassName
{
border-color: #123C63;
}
</style>