Shades of Regal Blue #123C65
Tints of Regal Blue #123C65
RGB
CMYK
RGB Variations
Color information
#123C65 (or 0x123C65) is known color: Regal Blue. HEX triplet: 12, 3C and 65. RGB value is (18,60,101). Sum of RGB (Red+Green+Blue) = 18+60+101=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #123C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C65 is #EDC39A. Grayscale: #333333. Windows color (decimal): -15582107 or 6634514. OLE color: 6634514.
HSL color Cylindrical-coordinate representation of color #123C65: hue angle of 209.64º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123C65 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 60 | 101 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.60 |
| HSL | 209.64º | 0.7% | 0.23% | - |
| HSV(B) | 209.64º | 0.82% | 0.4% | - |
| XYZ | 4.21 | 4.3 | 12.92 | - |
| YUV | 52.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 101 | 0.82 | 0.41 | 0 | 0.60 | 209.64 | 0.7 | 0.23 |
| Hex | 12 | 3C | 65 | 52 | 29 | 0 | 3C | D2 | 46 | 17 |
| Octal | 22 | 74 | 145 | 122 | 51 | 0 | 74 | 322 | 106 | 27 |
| Binary | 10010 | 111100 | 1100101 | 1010010 | 101001 | 0 | 111100 | 11010010 | 1000110 | 10111 |
Color Harmonies of #123C65
Complementary color
Monochromatic Colors of #123C65
Black with #123C65
Text Example
Text Example
White with #123C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C65; }
p { color: rgb(18,60,101); }
H1.HeaderClassName
{
color: #123C65;
}
.AnyTagClassName
{
color: #123C65;
}
</style>
background-color css
<style>
a { background-color: #123C65; }
a { background-color: rgb(18,60,101); }
div.DivClassName
{
background-color: #123C65;
}
.BgClassName
{
background-color: #123C65;
}
</style>
border-color css
<style>
span { border-color: #123C65; }
span { border-color: rgb(18,60,101); }
td.TdClassName
{
border-color: #123C65;
}
.TagClassName
{
border-color: #123C65;
}
</style>