Shades of Regal Blue #103553
Tints of Regal Blue #103553
RGB
CMYK
RGB Variations
Color information
#103553 (or 0x103553) is known color: Regal Blue. HEX triplet: 10, 35 and 53. RGB value is (16,53,83). Sum of RGB (Red+Green+Blue) = 16+53+83=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #103553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103553 is #EFCAAC. Grayscale: #2D2D2D. Windows color (decimal): -15714989 or 5453072. OLE color: 5453072.
HSL color Cylindrical-coordinate representation of color #103553: hue angle of 206.87º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103553 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 53 | 83 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.67 |
| HSL | 206.87º | 0.68% | 0.19% | - |
| HSV(B) | 206.87º | 0.81% | 0.33% | - |
| XYZ | 3.05 | 3.28 | 8.66 | - |
| YUV | 45.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 83 | 0.81 | 0.36 | 0 | 0.67 | 206.87 | 0.68 | 0.19 |
| Hex | 10 | 35 | 53 | 51 | 24 | 0 | 43 | CF | 44 | 13 |
| Octal | 20 | 65 | 123 | 121 | 44 | 0 | 103 | 317 | 104 | 23 |
| Binary | 10000 | 110101 | 1010011 | 1010001 | 100100 | 0 | 1000011 | 11001111 | 1000100 | 10011 |
Color Harmonies of #103553
Complementary color
Monochromatic Colors of #103553
Black with #103553
Text Example
Text Example
White with #103553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103553; }
p { color: rgb(16,53,83); }
H1.HeaderClassName
{
color: #103553;
}
.AnyTagClassName
{
color: #103553;
}
</style>
background-color css
<style>
a { background-color: #103553; }
a { background-color: rgb(16,53,83); }
div.DivClassName
{
background-color: #103553;
}
.BgClassName
{
background-color: #103553;
}
</style>
border-color css
<style>
span { border-color: #103553; }
span { border-color: rgb(16,53,83); }
td.TdClassName
{
border-color: #103553;
}
.TagClassName
{
border-color: #103553;
}
</style>