Shades of Regal Blue #123E59
Tints of Regal Blue #123E59
RGB
CMYK
RGB Variations
Color information
#123E59 (or 0x123E59) is known color: Regal Blue. HEX triplet: 12, 3E and 59. RGB value is (18,62,89). Sum of RGB (Red+Green+Blue) = 18+62+89=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #123E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E59 is #EDC1A6. Grayscale: #333333. Windows color (decimal): -15581607 or 5848594. OLE color: 5848594.
HSL color Cylindrical-coordinate representation of color #123E59: hue angle of 202.82º 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 #123E59 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 62 | 89 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.65 |
| HSL | 202.82º | 0.66% | 0.21% | - |
| HSV(B) | 202.82º | 0.8% | 0.35% | - |
| XYZ | 3.78 | 4.3 | 10.08 | - |
| YUV | 51.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 89 | 0.80 | 0.30 | 0 | 0.65 | 202.82 | 0.66 | 0.21 |
| Hex | 12 | 3E | 59 | 50 | 1E | 0 | 41 | CB | 42 | 15 |
| Octal | 22 | 76 | 131 | 120 | 36 | 0 | 101 | 313 | 102 | 25 |
| Binary | 10010 | 111110 | 1011001 | 1010000 | 11110 | 0 | 1000001 | 11001011 | 1000010 | 10101 |
Color Harmonies of #123E59
Complementary color
Monochromatic Colors of #123E59
Black with #123E59
Text Example
Text Example
White with #123E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E59; }
p { color: rgb(18,62,89); }
H1.HeaderClassName
{
color: #123E59;
}
.AnyTagClassName
{
color: #123E59;
}
</style>
background-color css
<style>
a { background-color: #123E59; }
a { background-color: rgb(18,62,89); }
div.DivClassName
{
background-color: #123E59;
}
.BgClassName
{
background-color: #123E59;
}
</style>
border-color css
<style>
span { border-color: #123E59; }
span { border-color: rgb(18,62,89); }
td.TdClassName
{
border-color: #123E59;
}
.TagClassName
{
border-color: #123E59;
}
</style>