Shades of Regal Blue #103F59
Tints of Regal Blue #103F59
RGB
CMYK
RGB Variations
Color information
#103F59 (or 0x103F59) is known color: Regal Blue. HEX triplet: 10, 3F and 59. RGB value is (16,63,89). Sum of RGB (Red+Green+Blue) = 16+63+89=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #103F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F59 is #EFC0A6. Grayscale: #333333. Windows color (decimal): -15712423 or 5848848. OLE color: 5848848.
HSL color Cylindrical-coordinate representation of color #103F59: hue angle of 201.37º 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 #103F59 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 63 | 89 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.65 |
| HSL | 201.37º | 0.7% | 0.21% | - |
| HSV(B) | 201.37º | 0.82% | 0.35% | - |
| XYZ | 3.79 | 4.39 | 10.1 | - |
| YUV | 51.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 89 | 0.82 | 0.29 | 0 | 0.65 | 201.37 | 0.7 | 0.21 |
| Hex | 10 | 3F | 59 | 52 | 1D | 0 | 41 | C9 | 46 | 15 |
| Octal | 20 | 77 | 131 | 122 | 35 | 0 | 101 | 311 | 106 | 25 |
| Binary | 10000 | 111111 | 1011001 | 1010010 | 11101 | 0 | 1000001 | 11001001 | 1000110 | 10101 |
Color Harmonies of #103F59
Complementary color
Monochromatic Colors of #103F59
Black with #103F59
Text Example
Text Example
White with #103F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F59; }
p { color: rgb(16,63,89); }
H1.HeaderClassName
{
color: #103F59;
}
.AnyTagClassName
{
color: #103F59;
}
</style>
background-color css
<style>
a { background-color: #103F59; }
a { background-color: rgb(16,63,89); }
div.DivClassName
{
background-color: #103F59;
}
.BgClassName
{
background-color: #103F59;
}
</style>
border-color css
<style>
span { border-color: #103F59; }
span { border-color: rgb(16,63,89); }
td.TdClassName
{
border-color: #103F59;
}
.TagClassName
{
border-color: #103F59;
}
</style>