Shades of Regal Blue #103E59
Tints of Regal Blue #103E59
RGB
CMYK
RGB Variations
Color information
#103E59 (or 0x103E59) is known color: Regal Blue. HEX triplet: 10, 3E and 59. RGB value is (16,62,89). Sum of RGB (Red+Green+Blue) = 16+62+89=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #103E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E59 is #EFC1A6. Grayscale: #333333. Windows color (decimal): -15712679 or 5848592. OLE color: 5848592.
HSL color Cylindrical-coordinate representation of color #103E59: hue angle of 202.19º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103E59 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 62 | 89 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.65 |
| HSL | 202.19º | 0.7% | 0.21% | - |
| HSV(B) | 202.19º | 0.82% | 0.35% | - |
| XYZ | 3.74 | 4.28 | 10.08 | - |
| YUV | 51.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 89 | 0.82 | 0.30 | 0 | 0.65 | 202.19 | 0.7 | 0.21 |
| Hex | 10 | 3E | 59 | 52 | 1E | 0 | 41 | CA | 46 | 15 |
| Octal | 20 | 76 | 131 | 122 | 36 | 0 | 101 | 312 | 106 | 25 |
| Binary | 10000 | 111110 | 1011001 | 1010010 | 11110 | 0 | 1000001 | 11001010 | 1000110 | 10101 |
Color Harmonies of #103E59
Complementary color
Monochromatic Colors of #103E59
Black with #103E59
Text Example
Text Example
White with #103E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E59; }
p { color: rgb(16,62,89); }
H1.HeaderClassName
{
color: #103E59;
}
.AnyTagClassName
{
color: #103E59;
}
</style>
background-color css
<style>
a { background-color: #103E59; }
a { background-color: rgb(16,62,89); }
div.DivClassName
{
background-color: #103E59;
}
.BgClassName
{
background-color: #103E59;
}
</style>
border-color css
<style>
span { border-color: #103E59; }
span { border-color: rgb(16,62,89); }
td.TdClassName
{
border-color: #103E59;
}
.TagClassName
{
border-color: #103E59;
}
</style>