Shades of Regal Blue #103B57
Tints of Regal Blue #103B57
RGB
CMYK
RGB Variations
Color information
#103B57 (or 0x103B57) is known color: Regal Blue. HEX triplet: 10, 3B and 57. RGB value is (16,59,87). Sum of RGB (Red+Green+Blue) = 16+59+87=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #103B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B57 is #EFC4A8. Grayscale: #313131. Windows color (decimal): -15713449 or 5716752. OLE color: 5716752.
HSL color Cylindrical-coordinate representation of color #103B57: hue angle of 203.66º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103B57 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 59 | 87 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.66 |
| HSL | 203.66º | 0.69% | 0.2% | - |
| HSV(B) | 203.66º | 0.82% | 0.34% | - |
| XYZ | 3.5 | 3.93 | 9.59 | - |
| YUV | 49.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 87 | 0.82 | 0.32 | 0 | 0.66 | 203.66 | 0.69 | 0.2 |
| Hex | 10 | 3B | 57 | 52 | 20 | 0 | 42 | CC | 45 | 14 |
| Octal | 20 | 73 | 127 | 122 | 40 | 0 | 102 | 314 | 105 | 24 |
| Binary | 10000 | 111011 | 1010111 | 1010010 | 100000 | 0 | 1000010 | 11001100 | 1000101 | 10100 |
Color Harmonies of #103B57
Complementary color
Monochromatic Colors of #103B57
Black with #103B57
Text Example
Text Example
White with #103B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B57; }
p { color: rgb(16,59,87); }
H1.HeaderClassName
{
color: #103B57;
}
.AnyTagClassName
{
color: #103B57;
}
</style>
background-color css
<style>
a { background-color: #103B57; }
a { background-color: rgb(16,59,87); }
div.DivClassName
{
background-color: #103B57;
}
.BgClassName
{
background-color: #103B57;
}
</style>
border-color css
<style>
span { border-color: #103B57; }
span { border-color: rgb(16,59,87); }
td.TdClassName
{
border-color: #103B57;
}
.TagClassName
{
border-color: #103B57;
}
</style>