Shades of Regal Blue #103C60
Tints of Regal Blue #103C60
RGB
CMYK
RGB Variations
Color information
#103C60 (or 0x103C60) is known color: Regal Blue. HEX triplet: 10, 3C and 60. RGB value is (16,60,96). Sum of RGB (Red+Green+Blue) = 16+60+96=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #103C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C60 is #EFC39F. Grayscale: #323232. Windows color (decimal): -15713184 or 6306832. OLE color: 6306832.
HSL color Cylindrical-coordinate representation of color #103C60: hue angle of 207º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103C60 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 60 | 96 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.62 |
| HSL | 207º | 0.71% | 0.22% | - |
| HSV(B) | 207º | 0.83% | 0.38% | - |
| XYZ | 3.94 | 4.19 | 11.67 | - |
| YUV | 50.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 96 | 0.83 | 0.38 | 0 | 0.62 | 207 | 0.71 | 0.22 |
| Hex | 10 | 3C | 60 | 53 | 26 | 0 | 3E | CF | 47 | 16 |
| Octal | 20 | 74 | 140 | 123 | 46 | 0 | 76 | 317 | 107 | 26 |
| Binary | 10000 | 111100 | 1100000 | 1010011 | 100110 | 0 | 111110 | 11001111 | 1000111 | 10110 |
Color Harmonies of #103C60
Complementary color
Monochromatic Colors of #103C60
Black with #103C60
Text Example
Text Example
White with #103C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C60; }
p { color: rgb(16,60,96); }
H1.HeaderClassName
{
color: #103C60;
}
.AnyTagClassName
{
color: #103C60;
}
</style>
background-color css
<style>
a { background-color: #103C60; }
a { background-color: rgb(16,60,96); }
div.DivClassName
{
background-color: #103C60;
}
.BgClassName
{
background-color: #103C60;
}
</style>
border-color css
<style>
span { border-color: #103C60; }
span { border-color: rgb(16,60,96); }
td.TdClassName
{
border-color: #103C60;
}
.TagClassName
{
border-color: #103C60;
}
</style>