Shades of Regal Blue #103A53
Tints of Regal Blue #103A53
RGB
CMYK
RGB Variations
Color information
#103A53 (or 0x103A53) is known color: Regal Blue. HEX triplet: 10, 3A and 53. RGB value is (16,58,83). Sum of RGB (Red+Green+Blue) = 16+58+83=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #103A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A53 is #EFC5AC. Grayscale: #303030. Windows color (decimal): -15713709 or 5454352. OLE color: 5454352.
HSL color Cylindrical-coordinate representation of color #103A53: hue angle of 202.39º 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 #103A53 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 58 | 83 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.67 |
| HSL | 202.39º | 0.68% | 0.19% | - |
| HSV(B) | 202.39º | 0.81% | 0.33% | - |
| XYZ | 3.29 | 3.76 | 8.74 | - |
| YUV | 48.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 83 | 0.81 | 0.30 | 0 | 0.67 | 202.39 | 0.68 | 0.19 |
| Hex | 10 | 3A | 53 | 51 | 1E | 0 | 43 | CA | 44 | 13 |
| Octal | 20 | 72 | 123 | 121 | 36 | 0 | 103 | 312 | 104 | 23 |
| Binary | 10000 | 111010 | 1010011 | 1010001 | 11110 | 0 | 1000011 | 11001010 | 1000100 | 10011 |
Color Harmonies of #103A53
Complementary color
Monochromatic Colors of #103A53
Black with #103A53
Text Example
Text Example
White with #103A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A53; }
p { color: rgb(16,58,83); }
H1.HeaderClassName
{
color: #103A53;
}
.AnyTagClassName
{
color: #103A53;
}
</style>
background-color css
<style>
a { background-color: #103A53; }
a { background-color: rgb(16,58,83); }
div.DivClassName
{
background-color: #103A53;
}
.BgClassName
{
background-color: #103A53;
}
</style>
border-color css
<style>
span { border-color: #103A53; }
span { border-color: rgb(16,58,83); }
td.TdClassName
{
border-color: #103A53;
}
.TagClassName
{
border-color: #103A53;
}
</style>