Shades of Regal Blue #123C57
Tints of Regal Blue #123C57
RGB
CMYK
RGB Variations
Color information
#123C57 (or 0x123C57) is known color: Regal Blue. HEX triplet: 12, 3C and 57. RGB value is (18,60,87). Sum of RGB (Red+Green+Blue) = 18+60+87=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #123C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C57 is #EDC3A8. Grayscale: #323232. Windows color (decimal): -15582121 or 5717010. OLE color: 5717010.
HSL color Cylindrical-coordinate representation of color #123C57: hue angle of 203.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123C57 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 60 | 87 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.66 |
| HSL | 203.48º | 0.66% | 0.21% | - |
| HSV(B) | 203.48º | 0.79% | 0.34% | - |
| XYZ | 3.59 | 4.05 | 9.61 | - |
| YUV | 50.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 87 | 0.79 | 0.31 | 0 | 0.66 | 203.48 | 0.66 | 0.21 |
| Hex | 12 | 3C | 57 | 4F | 1F | 0 | 42 | CB | 42 | 15 |
| Octal | 22 | 74 | 127 | 117 | 37 | 0 | 102 | 313 | 102 | 25 |
| Binary | 10010 | 111100 | 1010111 | 1001111 | 11111 | 0 | 1000010 | 11001011 | 1000010 | 10101 |
Color Harmonies of #123C57
Complementary color
Monochromatic Colors of #123C57
Black with #123C57
Text Example
Text Example
White with #123C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C57; }
p { color: rgb(18,60,87); }
H1.HeaderClassName
{
color: #123C57;
}
.AnyTagClassName
{
color: #123C57;
}
</style>
background-color css
<style>
a { background-color: #123C57; }
a { background-color: rgb(18,60,87); }
div.DivClassName
{
background-color: #123C57;
}
.BgClassName
{
background-color: #123C57;
}
</style>
border-color css
<style>
span { border-color: #123C57; }
span { border-color: rgb(18,60,87); }
td.TdClassName
{
border-color: #123C57;
}
.TagClassName
{
border-color: #123C57;
}
</style>