Shades of Regal Blue #103B5E
Tints of Regal Blue #103B5E
RGB
CMYK
RGB Variations
Color information
#103B5E (or 0x103B5E) is known color: Regal Blue. HEX triplet: 10, 3B and 5E. RGB value is (16,59,94). Sum of RGB (Red+Green+Blue) = 16+59+94=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #103B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B5E is #EFC4A1. Grayscale: #313131. Windows color (decimal): -15713442 or 6175504. OLE color: 6175504.
HSL color Cylindrical-coordinate representation of color #103B5E: hue angle of 206.92º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103B5E is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 59 | 94 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.63 |
| HSL | 206.92º | 0.71% | 0.22% | - |
| HSV(B) | 206.92º | 0.83% | 0.37% | - |
| XYZ | 3.8 | 4.05 | 11.17 | - |
| YUV | 50.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 94 | 0.83 | 0.37 | 0 | 0.63 | 206.92 | 0.71 | 0.22 |
| Hex | 10 | 3B | 5E | 53 | 25 | 0 | 3F | CF | 47 | 16 |
| Octal | 20 | 73 | 136 | 123 | 45 | 0 | 77 | 317 | 107 | 26 |
| Binary | 10000 | 111011 | 1011110 | 1010011 | 100101 | 0 | 111111 | 11001111 | 1000111 | 10110 |
Color Harmonies of #103B5E
Complementary color
Monochromatic Colors of #103B5E
Black with #103B5E
Text Example
Text Example
White with #103B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B5E; }
p { color: rgb(16,59,94); }
H1.HeaderClassName
{
color: #103B5E;
}
.AnyTagClassName
{
color: #103B5E;
}
</style>
background-color css
<style>
a { background-color: #103B5E; }
a { background-color: rgb(16,59,94); }
div.DivClassName
{
background-color: #103B5E;
}
.BgClassName
{
background-color: #103B5E;
}
</style>
border-color css
<style>
span { border-color: #103B5E; }
span { border-color: rgb(16,59,94); }
td.TdClassName
{
border-color: #103B5E;
}
.TagClassName
{
border-color: #103B5E;
}
</style>