Shades of Regal Blue #103B5D
Tints of Regal Blue #103B5D
RGB
CMYK
RGB Variations
Color information
#103B5D (or 0x103B5D) is known color: Regal Blue. HEX triplet: 10, 3B and 5D. RGB value is (16,59,93). Sum of RGB (Red+Green+Blue) = 16+59+93=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #103B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B5D is #EFC4A2. Grayscale: #313131. Windows color (decimal): -15713443 or 6109968. OLE color: 6109968.
HSL color Cylindrical-coordinate representation of color #103B5D: hue angle of 206.49º 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 #103B5D is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 59 | 93 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.64 |
| HSL | 206.49º | 0.71% | 0.21% | - |
| HSV(B) | 206.49º | 0.83% | 0.36% | - |
| XYZ | 3.75 | 4.03 | 10.94 | - |
| YUV | 50.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 93 | 0.83 | 0.37 | 0 | 0.64 | 206.49 | 0.71 | 0.21 |
| Hex | 10 | 3B | 5D | 53 | 25 | 0 | 40 | CE | 47 | 15 |
| Octal | 20 | 73 | 135 | 123 | 45 | 0 | 100 | 316 | 107 | 25 |
| Binary | 10000 | 111011 | 1011101 | 1010011 | 100101 | 0 | 1000000 | 11001110 | 1000111 | 10101 |
Color Harmonies of #103B5D
Complementary color
Monochromatic Colors of #103B5D
Black with #103B5D
Text Example
Text Example
White with #103B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B5D; }
p { color: rgb(16,59,93); }
H1.HeaderClassName
{
color: #103B5D;
}
.AnyTagClassName
{
color: #103B5D;
}
</style>
background-color css
<style>
a { background-color: #103B5D; }
a { background-color: rgb(16,59,93); }
div.DivClassName
{
background-color: #103B5D;
}
.BgClassName
{
background-color: #103B5D;
}
</style>
border-color css
<style>
span { border-color: #103B5D; }
span { border-color: rgb(16,59,93); }
td.TdClassName
{
border-color: #103B5D;
}
.TagClassName
{
border-color: #103B5D;
}
</style>