Shades of Regal Blue #103557
Tints of Regal Blue #103557
RGB
CMYK
RGB Variations
Color information
#103557 (or 0x103557) is known color: Regal Blue. HEX triplet: 10, 35 and 57. RGB value is (16,53,87). Sum of RGB (Red+Green+Blue) = 16+53+87=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #103557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103557 is #EFCAA8. Grayscale: #2D2D2D. Windows color (decimal): -15714985 or 5715216. OLE color: 5715216.
HSL color Cylindrical-coordinate representation of color #103557: hue angle of 208.73º 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 #103557 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 53 | 87 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.66 |
| HSL | 208.73º | 0.69% | 0.2% | - |
| HSV(B) | 208.73º | 0.82% | 0.34% | - |
| XYZ | 3.21 | 3.34 | 9.49 | - |
| YUV | 45.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 87 | 0.82 | 0.39 | 0 | 0.66 | 208.73 | 0.69 | 0.2 |
| Hex | 10 | 35 | 57 | 52 | 27 | 0 | 42 | D1 | 45 | 14 |
| Octal | 20 | 65 | 127 | 122 | 47 | 0 | 102 | 321 | 105 | 24 |
| Binary | 10000 | 110101 | 1010111 | 1010010 | 100111 | 0 | 1000010 | 11010001 | 1000101 | 10100 |
Color Harmonies of #103557
Complementary color
Monochromatic Colors of #103557
Black with #103557
Text Example
Text Example
White with #103557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103557; }
p { color: rgb(16,53,87); }
H1.HeaderClassName
{
color: #103557;
}
.AnyTagClassName
{
color: #103557;
}
</style>
background-color css
<style>
a { background-color: #103557; }
a { background-color: rgb(16,53,87); }
div.DivClassName
{
background-color: #103557;
}
.BgClassName
{
background-color: #103557;
}
</style>
border-color css
<style>
span { border-color: #103557; }
span { border-color: rgb(16,53,87); }
td.TdClassName
{
border-color: #103557;
}
.TagClassName
{
border-color: #103557;
}
</style>