Shades of Regal Blue #103D5A
Tints of Regal Blue #103D5A
RGB
CMYK
RGB Variations
Color information
#103D5A (or 0x103D5A) is known color: Regal Blue. HEX triplet: 10, 3D and 5A. RGB value is (16,61,90). Sum of RGB (Red+Green+Blue) = 16+61+90=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #103D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D5A is #EFC2A5. Grayscale: #323232. Windows color (decimal): -15712934 or 5913872. OLE color: 5913872.
HSL color Cylindrical-coordinate representation of color #103D5A: hue angle of 203.51º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103D5A is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 61 | 90 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.65 |
| HSL | 203.51º | 0.7% | 0.21% | - |
| HSV(B) | 203.51º | 0.82% | 0.35% | - |
| XYZ | 3.73 | 4.19 | 10.28 | - |
| YUV | 50.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 90 | 0.82 | 0.32 | 0 | 0.65 | 203.51 | 0.7 | 0.21 |
| Hex | 10 | 3D | 5A | 52 | 20 | 0 | 41 | CC | 46 | 15 |
| Octal | 20 | 75 | 132 | 122 | 40 | 0 | 101 | 314 | 106 | 25 |
| Binary | 10000 | 111101 | 1011010 | 1010010 | 100000 | 0 | 1000001 | 11001100 | 1000110 | 10101 |
Color Harmonies of #103D5A
Complementary color
Monochromatic Colors of #103D5A
Black with #103D5A
Text Example
Text Example
White with #103D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D5A; }
p { color: rgb(16,61,90); }
H1.HeaderClassName
{
color: #103D5A;
}
.AnyTagClassName
{
color: #103D5A;
}
</style>
background-color css
<style>
a { background-color: #103D5A; }
a { background-color: rgb(16,61,90); }
div.DivClassName
{
background-color: #103D5A;
}
.BgClassName
{
background-color: #103D5A;
}
</style>
border-color css
<style>
span { border-color: #103D5A; }
span { border-color: rgb(16,61,90); }
td.TdClassName
{
border-color: #103D5A;
}
.TagClassName
{
border-color: #103D5A;
}
</style>