Shades of Regal Blue #103E62
Tints of Regal Blue #103E62
RGB
CMYK
RGB Variations
Color information
#103E62 (or 0x103E62) is known color: Regal Blue. HEX triplet: 10, 3E and 62. RGB value is (16,62,98). Sum of RGB (Red+Green+Blue) = 16+62+98=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #103E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E62 is #EFC19D. Grayscale: #343434. Windows color (decimal): -15712670 or 6438416. OLE color: 6438416.
HSL color Cylindrical-coordinate representation of color #103E62: hue angle of 206.34º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103E62 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 62 | 98 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.62 |
| HSL | 206.34º | 0.72% | 0.22% | - |
| HSV(B) | 206.34º | 0.84% | 0.38% | - |
| XYZ | 4.14 | 4.44 | 12.19 | - |
| YUV | 52.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 98 | 0.84 | 0.37 | 0 | 0.62 | 206.34 | 0.72 | 0.22 |
| Hex | 10 | 3E | 62 | 54 | 25 | 0 | 3E | CE | 48 | 16 |
| Octal | 20 | 76 | 142 | 124 | 45 | 0 | 76 | 316 | 110 | 26 |
| Binary | 10000 | 111110 | 1100010 | 1010100 | 100101 | 0 | 111110 | 11001110 | 1001000 | 10110 |
Color Harmonies of #103E62
Complementary color
Monochromatic Colors of #103E62
Black with #103E62
Text Example
Text Example
White with #103E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E62; }
p { color: rgb(16,62,98); }
H1.HeaderClassName
{
color: #103E62;
}
.AnyTagClassName
{
color: #103E62;
}
</style>
background-color css
<style>
a { background-color: #103E62; }
a { background-color: rgb(16,62,98); }
div.DivClassName
{
background-color: #103E62;
}
.BgClassName
{
background-color: #103E62;
}
</style>
border-color css
<style>
span { border-color: #103E62; }
span { border-color: rgb(16,62,98); }
td.TdClassName
{
border-color: #103E62;
}
.TagClassName
{
border-color: #103E62;
}
</style>