Shades of Regal Blue #123E63
Tints of Regal Blue #123E63
RGB
CMYK
RGB Variations
Color information
#123E63 (or 0x123E63) is known color: Regal Blue. HEX triplet: 12, 3E and 63. RGB value is (18,62,99). Sum of RGB (Red+Green+Blue) = 18+62+99=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #123E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E63 is #EDC19C. Grayscale: #343434. Windows color (decimal): -15581597 or 6503954. OLE color: 6503954.
HSL color Cylindrical-coordinate representation of color #123E63: hue angle of 207.41º 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 #123E63 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 62 | 99 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.61 |
| HSL | 207.41º | 0.69% | 0.23% | - |
| HSV(B) | 207.41º | 0.82% | 0.39% | - |
| XYZ | 4.22 | 4.47 | 12.45 | - |
| YUV | 53.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 99 | 0.82 | 0.37 | 0 | 0.61 | 207.41 | 0.69 | 0.23 |
| Hex | 12 | 3E | 63 | 52 | 25 | 0 | 3D | CF | 45 | 17 |
| Octal | 22 | 76 | 143 | 122 | 45 | 0 | 75 | 317 | 105 | 27 |
| Binary | 10010 | 111110 | 1100011 | 1010010 | 100101 | 0 | 111101 | 11001111 | 1000101 | 10111 |
Color Harmonies of #123E63
Complementary color
Monochromatic Colors of #123E63
Black with #123E63
Text Example
Text Example
White with #123E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E63; }
p { color: rgb(18,62,99); }
H1.HeaderClassName
{
color: #123E63;
}
.AnyTagClassName
{
color: #123E63;
}
</style>
background-color css
<style>
a { background-color: #123E63; }
a { background-color: rgb(18,62,99); }
div.DivClassName
{
background-color: #123E63;
}
.BgClassName
{
background-color: #123E63;
}
</style>
border-color css
<style>
span { border-color: #123E63; }
span { border-color: rgb(18,62,99); }
td.TdClassName
{
border-color: #123E63;
}
.TagClassName
{
border-color: #123E63;
}
</style>