Shades of Regal Blue #103C5D
Tints of Regal Blue #103C5D
RGB
CMYK
RGB Variations
Color information
#103C5D (or 0x103C5D) is known color: Regal Blue. HEX triplet: 10, 3C and 5D. RGB value is (16,60,93). Sum of RGB (Red+Green+Blue) = 16+60+93=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #103C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C5D is #EFC3A2. Grayscale: #323232. Windows color (decimal): -15713187 or 6110224. OLE color: 6110224.
HSL color Cylindrical-coordinate representation of color #103C5D: hue angle of 205.71º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103C5D is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 60 | 93 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.64 |
| HSL | 205.71º | 0.71% | 0.21% | - |
| HSV(B) | 205.71º | 0.83% | 0.36% | - |
| XYZ | 3.81 | 4.13 | 10.95 | - |
| YUV | 50.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 93 | 0.83 | 0.35 | 0 | 0.64 | 205.71 | 0.71 | 0.21 |
| Hex | 10 | 3C | 5D | 53 | 23 | 0 | 40 | CE | 47 | 15 |
| Octal | 20 | 74 | 135 | 123 | 43 | 0 | 100 | 316 | 107 | 25 |
| Binary | 10000 | 111100 | 1011101 | 1010011 | 100011 | 0 | 1000000 | 11001110 | 1000111 | 10101 |
Color Harmonies of #103C5D
Complementary color
Monochromatic Colors of #103C5D
Black with #103C5D
Text Example
Text Example
White with #103C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C5D; }
p { color: rgb(16,60,93); }
H1.HeaderClassName
{
color: #103C5D;
}
.AnyTagClassName
{
color: #103C5D;
}
</style>
background-color css
<style>
a { background-color: #103C5D; }
a { background-color: rgb(16,60,93); }
div.DivClassName
{
background-color: #103C5D;
}
.BgClassName
{
background-color: #103C5D;
}
</style>
border-color css
<style>
span { border-color: #103C5D; }
span { border-color: rgb(16,60,93); }
td.TdClassName
{
border-color: #103C5D;
}
.TagClassName
{
border-color: #103C5D;
}
</style>