Shades of Regal Blue #103E5D
Tints of Regal Blue #103E5D
RGB
CMYK
RGB Variations
Color information
#103E5D (or 0x103E5D) is known color: Regal Blue. HEX triplet: 10, 3E and 5D. RGB value is (16,62,93). Sum of RGB (Red+Green+Blue) = 16+62+93=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #103E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E5D is #EFC1A2. Grayscale: #333333. Windows color (decimal): -15712675 or 6110736. OLE color: 6110736.
HSL color Cylindrical-coordinate representation of color #103E5D: hue angle of 204.16º 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 #103E5D is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 62 | 93 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.64 |
| HSL | 204.16º | 0.71% | 0.21% | - |
| HSV(B) | 204.16º | 0.83% | 0.36% | - |
| XYZ | 3.91 | 4.35 | 10.99 | - |
| YUV | 51.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 93 | 0.83 | 0.33 | 0 | 0.64 | 204.16 | 0.71 | 0.21 |
| Hex | 10 | 3E | 5D | 53 | 21 | 0 | 40 | CC | 47 | 15 |
| Octal | 20 | 76 | 135 | 123 | 41 | 0 | 100 | 314 | 107 | 25 |
| Binary | 10000 | 111110 | 1011101 | 1010011 | 100001 | 0 | 1000000 | 11001100 | 1000111 | 10101 |
Color Harmonies of #103E5D
Complementary color
Monochromatic Colors of #103E5D
Black with #103E5D
Text Example
Text Example
White with #103E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E5D; }
p { color: rgb(16,62,93); }
H1.HeaderClassName
{
color: #103E5D;
}
.AnyTagClassName
{
color: #103E5D;
}
</style>
background-color css
<style>
a { background-color: #103E5D; }
a { background-color: rgb(16,62,93); }
div.DivClassName
{
background-color: #103E5D;
}
.BgClassName
{
background-color: #103E5D;
}
</style>
border-color css
<style>
span { border-color: #103E5D; }
span { border-color: rgb(16,62,93); }
td.TdClassName
{
border-color: #103E5D;
}
.TagClassName
{
border-color: #103E5D;
}
</style>