Shades of Regal Blue #123257
Tints of Regal Blue #123257
RGB
CMYK
RGB Variations
Color information
#123257 (or 0x123257) is known color: Regal Blue. HEX triplet: 12, 32 and 57. RGB value is (18,50,87). Sum of RGB (Red+Green+Blue) = 18+50+87=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #123257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123257 is #EDCDA8. Grayscale: #2C2C2C. Windows color (decimal): -15584681 or 5714450. OLE color: 5714450.
HSL color Cylindrical-coordinate representation of color #123257: hue angle of 212.17º 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 #123257 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 50 | 87 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.66 |
| HSL | 212.17º | 0.66% | 0.21% | - |
| HSV(B) | 212.17º | 0.79% | 0.34% | - |
| XYZ | 3.11 | 3.1 | 9.45 | - |
| YUV | 44.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 87 | 0.79 | 0.43 | 0 | 0.66 | 212.17 | 0.66 | 0.21 |
| Hex | 12 | 32 | 57 | 4F | 2B | 0 | 42 | D4 | 42 | 15 |
| Octal | 22 | 62 | 127 | 117 | 53 | 0 | 102 | 324 | 102 | 25 |
| Binary | 10010 | 110010 | 1010111 | 1001111 | 101011 | 0 | 1000010 | 11010100 | 1000010 | 10101 |
Color Harmonies of #123257
Complementary color
Monochromatic Colors of #123257
Black with #123257
Text Example
Text Example
White with #123257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123257; }
p { color: rgb(18,50,87); }
H1.HeaderClassName
{
color: #123257;
}
.AnyTagClassName
{
color: #123257;
}
</style>
background-color css
<style>
a { background-color: #123257; }
a { background-color: rgb(18,50,87); }
div.DivClassName
{
background-color: #123257;
}
.BgClassName
{
background-color: #123257;
}
</style>
border-color css
<style>
span { border-color: #123257; }
span { border-color: rgb(18,50,87); }
td.TdClassName
{
border-color: #123257;
}
.TagClassName
{
border-color: #123257;
}
</style>