Shades of Regal Blue #103C56
Tints of Regal Blue #103C56
RGB
CMYK
RGB Variations
Color information
#103C56 (or 0x103C56) is known color: Regal Blue. HEX triplet: 10, 3C and 56. RGB value is (16,60,86). Sum of RGB (Red+Green+Blue) = 16+60+86=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #103C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C56 is #EFC3A9. Grayscale: #313131. Windows color (decimal): -15713194 or 5651472. OLE color: 5651472.
HSL color Cylindrical-coordinate representation of color #103C56: hue angle of 202.29º 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 #103C56 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 60 | 86 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.66 |
| HSL | 202.29º | 0.69% | 0.2% | - |
| HSV(B) | 202.29º | 0.81% | 0.34% | - |
| XYZ | 3.51 | 4.01 | 9.39 | - |
| YUV | 49.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 86 | 0.81 | 0.30 | 0 | 0.66 | 202.29 | 0.69 | 0.2 |
| Hex | 10 | 3C | 56 | 51 | 1E | 0 | 42 | CA | 45 | 14 |
| Octal | 20 | 74 | 126 | 121 | 36 | 0 | 102 | 312 | 105 | 24 |
| Binary | 10000 | 111100 | 1010110 | 1010001 | 11110 | 0 | 1000010 | 11001010 | 1000101 | 10100 |
Color Harmonies of #103C56
Complementary color
Monochromatic Colors of #103C56
Black with #103C56
Text Example
Text Example
White with #103C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C56; }
p { color: rgb(16,60,86); }
H1.HeaderClassName
{
color: #103C56;
}
.AnyTagClassName
{
color: #103C56;
}
</style>
background-color css
<style>
a { background-color: #103C56; }
a { background-color: rgb(16,60,86); }
div.DivClassName
{
background-color: #103C56;
}
.BgClassName
{
background-color: #103C56;
}
</style>
border-color css
<style>
span { border-color: #103C56; }
span { border-color: rgb(16,60,86); }
td.TdClassName
{
border-color: #103C56;
}
.TagClassName
{
border-color: #103C56;
}
</style>