Shades of Regal Blue #123F59
Tints of Regal Blue #123F59
RGB
CMYK
RGB Variations
Color information
#123F59 (or 0x123F59) is known color: Regal Blue. HEX triplet: 12, 3F and 59. RGB value is (18,63,89). Sum of RGB (Red+Green+Blue) = 18+63+89=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #123F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F59 is #EDC0A6. Grayscale: #343434. Windows color (decimal): -15581351 or 5848850. OLE color: 5848850.
HSL color Cylindrical-coordinate representation of color #123F59: hue angle of 201.97º 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 #123F59 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 63 | 89 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.65 |
| HSL | 201.97º | 0.66% | 0.21% | - |
| HSV(B) | 201.97º | 0.8% | 0.35% | - |
| XYZ | 3.83 | 4.4 | 10.1 | - |
| YUV | 52.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 89 | 0.80 | 0.29 | 0 | 0.65 | 201.97 | 0.66 | 0.21 |
| Hex | 12 | 3F | 59 | 50 | 1D | 0 | 41 | CA | 42 | 15 |
| Octal | 22 | 77 | 131 | 120 | 35 | 0 | 101 | 312 | 102 | 25 |
| Binary | 10010 | 111111 | 1011001 | 1010000 | 11101 | 0 | 1000001 | 11001010 | 1000010 | 10101 |
Color Harmonies of #123F59
Complementary color
Monochromatic Colors of #123F59
Black with #123F59
Text Example
Text Example
White with #123F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F59; }
p { color: rgb(18,63,89); }
H1.HeaderClassName
{
color: #123F59;
}
.AnyTagClassName
{
color: #123F59;
}
</style>
background-color css
<style>
a { background-color: #123F59; }
a { background-color: rgb(18,63,89); }
div.DivClassName
{
background-color: #123F59;
}
.BgClassName
{
background-color: #123F59;
}
</style>
border-color css
<style>
span { border-color: #123F59; }
span { border-color: rgb(18,63,89); }
td.TdClassName
{
border-color: #123F59;
}
.TagClassName
{
border-color: #123F59;
}
</style>