Shades of Regal Blue #103559
Tints of Regal Blue #103559
RGB
CMYK
RGB Variations
Color information
#103559 (or 0x103559) is known color: Regal Blue. HEX triplet: 10, 35 and 59. RGB value is (16,53,89). Sum of RGB (Red+Green+Blue) = 16+53+89=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #103559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103559 is #EFCAA6. Grayscale: #2D2D2D. Windows color (decimal): -15714983 or 5846288. OLE color: 5846288.
HSL color Cylindrical-coordinate representation of color #103559: hue angle of 209.59º 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 #103559 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 53 | 89 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.65 |
| HSL | 209.59º | 0.7% | 0.21% | - |
| HSV(B) | 209.59º | 0.82% | 0.35% | - |
| XYZ | 3.29 | 3.38 | 9.93 | - |
| YUV | 46.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 89 | 0.82 | 0.40 | 0 | 0.65 | 209.59 | 0.7 | 0.21 |
| Hex | 10 | 35 | 59 | 52 | 28 | 0 | 41 | D2 | 46 | 15 |
| Octal | 20 | 65 | 131 | 122 | 50 | 0 | 101 | 322 | 106 | 25 |
| Binary | 10000 | 110101 | 1011001 | 1010010 | 101000 | 0 | 1000001 | 11010010 | 1000110 | 10101 |
Color Harmonies of #103559
Complementary color
Monochromatic Colors of #103559
Black with #103559
Text Example
Text Example
White with #103559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103559; }
p { color: rgb(16,53,89); }
H1.HeaderClassName
{
color: #103559;
}
.AnyTagClassName
{
color: #103559;
}
</style>
background-color css
<style>
a { background-color: #103559; }
a { background-color: rgb(16,53,89); }
div.DivClassName
{
background-color: #103559;
}
.BgClassName
{
background-color: #103559;
}
</style>
border-color css
<style>
span { border-color: #103559; }
span { border-color: rgb(16,53,89); }
td.TdClassName
{
border-color: #103559;
}
.TagClassName
{
border-color: #103559;
}
</style>