Shades of Regal Blue #103E56
Tints of Regal Blue #103E56
RGB
CMYK
RGB Variations
Color information
#103E56 (or 0x103E56) is known color: Regal Blue. HEX triplet: 10, 3E and 56. RGB value is (16,62,86). Sum of RGB (Red+Green+Blue) = 16+62+86=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #103E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E56 is #EFC1A9. Grayscale: #323232. Windows color (decimal): -15712682 or 5651984. OLE color: 5651984.
HSL color Cylindrical-coordinate representation of color #103E56: hue angle of 200.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103E56 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 62 | 86 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.66 |
| HSL | 200.57º | 0.69% | 0.2% | - |
| HSV(B) | 200.57º | 0.81% | 0.34% | - |
| XYZ | 3.62 | 4.23 | 9.43 | - |
| YUV | 50.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 86 | 0.81 | 0.28 | 0 | 0.66 | 200.57 | 0.69 | 0.2 |
| Hex | 10 | 3E | 56 | 51 | 1C | 0 | 42 | C9 | 45 | 14 |
| Octal | 20 | 76 | 126 | 121 | 34 | 0 | 102 | 311 | 105 | 24 |
| Binary | 10000 | 111110 | 1010110 | 1010001 | 11100 | 0 | 1000010 | 11001001 | 1000101 | 10100 |
Color Harmonies of #103E56
Complementary color
Monochromatic Colors of #103E56
Black with #103E56
Text Example
Text Example
White with #103E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E56; }
p { color: rgb(16,62,86); }
H1.HeaderClassName
{
color: #103E56;
}
.AnyTagClassName
{
color: #103E56;
}
</style>
background-color css
<style>
a { background-color: #103E56; }
a { background-color: rgb(16,62,86); }
div.DivClassName
{
background-color: #103E56;
}
.BgClassName
{
background-color: #103E56;
}
</style>
border-color css
<style>
span { border-color: #103E56; }
span { border-color: rgb(16,62,86); }
td.TdClassName
{
border-color: #103E56;
}
.TagClassName
{
border-color: #103E56;
}
</style>