Shades of Regal Blue #103A5D
Tints of Regal Blue #103A5D
RGB
CMYK
RGB Variations
Color information
#103A5D (or 0x103A5D) is known color: Regal Blue. HEX triplet: 10, 3A and 5D. RGB value is (16,58,93). Sum of RGB (Red+Green+Blue) = 16+58+93=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #103A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A5D is #EFC5A2. Grayscale: #313131. Windows color (decimal): -15713699 or 6109712. OLE color: 6109712.
HSL color Cylindrical-coordinate representation of color #103A5D: hue angle of 207.27º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103A5D is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 58 | 93 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.64 |
| HSL | 207.27º | 0.71% | 0.21% | - |
| HSV(B) | 207.27º | 0.83% | 0.36% | - |
| XYZ | 3.7 | 3.93 | 10.92 | - |
| YUV | 49.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 93 | 0.83 | 0.38 | 0 | 0.64 | 207.27 | 0.71 | 0.21 |
| Hex | 10 | 3A | 5D | 53 | 26 | 0 | 40 | CF | 47 | 15 |
| Octal | 20 | 72 | 135 | 123 | 46 | 0 | 100 | 317 | 107 | 25 |
| Binary | 10000 | 111010 | 1011101 | 1010011 | 100110 | 0 | 1000000 | 11001111 | 1000111 | 10101 |
Color Harmonies of #103A5D
Complementary color
Monochromatic Colors of #103A5D
Black with #103A5D
Text Example
Text Example
White with #103A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A5D; }
p { color: rgb(16,58,93); }
H1.HeaderClassName
{
color: #103A5D;
}
.AnyTagClassName
{
color: #103A5D;
}
</style>
background-color css
<style>
a { background-color: #103A5D; }
a { background-color: rgb(16,58,93); }
div.DivClassName
{
background-color: #103A5D;
}
.BgClassName
{
background-color: #103A5D;
}
</style>
border-color css
<style>
span { border-color: #103A5D; }
span { border-color: rgb(16,58,93); }
td.TdClassName
{
border-color: #103A5D;
}
.TagClassName
{
border-color: #103A5D;
}
</style>