Shades of Regal Blue #103859
Tints of Regal Blue #103859
RGB
CMYK
RGB Variations
Color information
#103859 (or 0x103859) is known color: Regal Blue. HEX triplet: 10, 38 and 59. RGB value is (16,56,89). Sum of RGB (Red+Green+Blue) = 16+56+89=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #103859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103859 is #EFC7A6. Grayscale: #2F2F2F. Windows color (decimal): -15714215 or 5847056. OLE color: 5847056.
HSL color Cylindrical-coordinate representation of color #103859: hue angle of 207.12º 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 #103859 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 56 | 89 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.65 |
| HSL | 207.12º | 0.7% | 0.21% | - |
| HSV(B) | 207.12º | 0.82% | 0.35% | - |
| XYZ | 3.43 | 3.66 | 9.98 | - |
| YUV | 47.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 89 | 0.82 | 0.37 | 0 | 0.65 | 207.12 | 0.7 | 0.21 |
| Hex | 10 | 38 | 59 | 52 | 25 | 0 | 41 | CF | 46 | 15 |
| Octal | 20 | 70 | 131 | 122 | 45 | 0 | 101 | 317 | 106 | 25 |
| Binary | 10000 | 111000 | 1011001 | 1010010 | 100101 | 0 | 1000001 | 11001111 | 1000110 | 10101 |
Color Harmonies of #103859
Complementary color
Monochromatic Colors of #103859
Black with #103859
Text Example
Text Example
White with #103859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103859; }
p { color: rgb(16,56,89); }
H1.HeaderClassName
{
color: #103859;
}
.AnyTagClassName
{
color: #103859;
}
</style>
background-color css
<style>
a { background-color: #103859; }
a { background-color: rgb(16,56,89); }
div.DivClassName
{
background-color: #103859;
}
.BgClassName
{
background-color: #103859;
}
</style>
border-color css
<style>
span { border-color: #103859; }
span { border-color: rgb(16,56,89); }
td.TdClassName
{
border-color: #103859;
}
.TagClassName
{
border-color: #103859;
}
</style>