Shades of Regal Blue #103858
Tints of Regal Blue #103858
RGB
CMYK
RGB Variations
Color information
#103858 (or 0x103858) is known color: Regal Blue. HEX triplet: 10, 38 and 58. RGB value is (16,56,88). Sum of RGB (Red+Green+Blue) = 16+56+88=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #103858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103858 is #EFC7A7. Grayscale: #2F2F2F. Windows color (decimal): -15714216 or 5781520. OLE color: 5781520.
HSL color Cylindrical-coordinate representation of color #103858: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103858 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 56 | 88 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.65 |
| HSL | 206.67º | 0.69% | 0.2% | - |
| HSV(B) | 206.67º | 0.82% | 0.35% | - |
| XYZ | 3.39 | 3.64 | 9.76 | - |
| YUV | 47.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 88 | 0.82 | 0.36 | 0 | 0.65 | 206.67 | 0.69 | 0.2 |
| Hex | 10 | 38 | 58 | 52 | 24 | 0 | 41 | CF | 45 | 14 |
| Octal | 20 | 70 | 130 | 122 | 44 | 0 | 101 | 317 | 105 | 24 |
| Binary | 10000 | 111000 | 1011000 | 1010010 | 100100 | 0 | 1000001 | 11001111 | 1000101 | 10100 |
Color Harmonies of #103858
Complementary color
Monochromatic Colors of #103858
Black with #103858
Text Example
Text Example
White with #103858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103858; }
p { color: rgb(16,56,88); }
H1.HeaderClassName
{
color: #103858;
}
.AnyTagClassName
{
color: #103858;
}
</style>
background-color css
<style>
a { background-color: #103858; }
a { background-color: rgb(16,56,88); }
div.DivClassName
{
background-color: #103858;
}
.BgClassName
{
background-color: #103858;
}
</style>
border-color css
<style>
span { border-color: #103858; }
span { border-color: rgb(16,56,88); }
td.TdClassName
{
border-color: #103858;
}
.TagClassName
{
border-color: #103858;
}
</style>