Shades of Regal Blue #103854
Tints of Regal Blue #103854
RGB
CMYK
RGB Variations
Color information
#103854 (or 0x103854) is known color: Regal Blue. HEX triplet: 10, 38 and 54. RGB value is (16,56,84). Sum of RGB (Red+Green+Blue) = 16+56+84=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #103854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103854 is #EFC7AB. Grayscale: #2F2F2F. Windows color (decimal): -15714220 or 5519376. OLE color: 5519376.
HSL color Cylindrical-coordinate representation of color #103854: hue angle of 204.71º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103854 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 56 | 84 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.67 |
| HSL | 204.71º | 0.68% | 0.2% | - |
| HSV(B) | 204.71º | 0.81% | 0.33% | - |
| XYZ | 3.23 | 3.58 | 8.91 | - |
| YUV | 47.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 84 | 0.81 | 0.33 | 0 | 0.67 | 204.71 | 0.68 | 0.2 |
| Hex | 10 | 38 | 54 | 51 | 21 | 0 | 43 | CD | 44 | 14 |
| Octal | 20 | 70 | 124 | 121 | 41 | 0 | 103 | 315 | 104 | 24 |
| Binary | 10000 | 111000 | 1010100 | 1010001 | 100001 | 0 | 1000011 | 11001101 | 1000100 | 10100 |
Color Harmonies of #103854
Complementary color
Monochromatic Colors of #103854
Black with #103854
Text Example
Text Example
White with #103854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103854; }
p { color: rgb(16,56,84); }
H1.HeaderClassName
{
color: #103854;
}
.AnyTagClassName
{
color: #103854;
}
</style>
background-color css
<style>
a { background-color: #103854; }
a { background-color: rgb(16,56,84); }
div.DivClassName
{
background-color: #103854;
}
.BgClassName
{
background-color: #103854;
}
</style>
border-color css
<style>
span { border-color: #103854; }
span { border-color: rgb(16,56,84); }
td.TdClassName
{
border-color: #103854;
}
.TagClassName
{
border-color: #103854;
}
</style>