Shades of Regal Blue #103D53
Tints of Regal Blue #103D53
RGB
CMYK
RGB Variations
Color information
#103D53 (or 0x103D53) is known color: Regal Blue. HEX triplet: 10, 3D and 53. RGB value is (16,61,83). Sum of RGB (Red+Green+Blue) = 16+61+83=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #103D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D53 is #EFC2AC. Grayscale: #313131. Windows color (decimal): -15712941 or 5455120. OLE color: 5455120.
HSL color Cylindrical-coordinate representation of color #103D53: hue angle of 199.7º 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 #103D53 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 61 | 83 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.67 |
| HSL | 199.7º | 0.68% | 0.19% | - |
| HSV(B) | 199.7º | 0.81% | 0.33% | - |
| XYZ | 3.44 | 4.07 | 8.79 | - |
| YUV | 50.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 83 | 0.81 | 0.27 | 0 | 0.67 | 199.7 | 0.68 | 0.19 |
| Hex | 10 | 3D | 53 | 51 | 1B | 0 | 43 | C8 | 44 | 13 |
| Octal | 20 | 75 | 123 | 121 | 33 | 0 | 103 | 310 | 104 | 23 |
| Binary | 10000 | 111101 | 1010011 | 1010001 | 11011 | 0 | 1000011 | 11001000 | 1000100 | 10011 |
Color Harmonies of #103D53
Complementary color
Monochromatic Colors of #103D53
Black with #103D53
Text Example
Text Example
White with #103D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D53; }
p { color: rgb(16,61,83); }
H1.HeaderClassName
{
color: #103D53;
}
.AnyTagClassName
{
color: #103D53;
}
</style>
background-color css
<style>
a { background-color: #103D53; }
a { background-color: rgb(16,61,83); }
div.DivClassName
{
background-color: #103D53;
}
.BgClassName
{
background-color: #103D53;
}
</style>
border-color css
<style>
span { border-color: #103D53; }
span { border-color: rgb(16,61,83); }
td.TdClassName
{
border-color: #103D53;
}
.TagClassName
{
border-color: #103D53;
}
</style>