Shades of Regal Blue #103B5B
Tints of Regal Blue #103B5B
RGB
CMYK
RGB Variations
Color information
#103B5B (or 0x103B5B) is known color: Regal Blue. HEX triplet: 10, 3B and 5B. RGB value is (16,59,91). Sum of RGB (Red+Green+Blue) = 16+59+91=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #103B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B5B is #EFC4A4. Grayscale: #313131. Windows color (decimal): -15713445 or 5978896. OLE color: 5978896.
HSL color Cylindrical-coordinate representation of color #103B5B: hue angle of 205.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103B5B is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 59 | 91 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.64 |
| HSL | 205.6º | 0.7% | 0.21% | - |
| HSV(B) | 205.6º | 0.82% | 0.36% | - |
| XYZ | 3.67 | 3.99 | 10.48 | - |
| YUV | 49.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 91 | 0.82 | 0.35 | 0 | 0.64 | 205.6 | 0.7 | 0.21 |
| Hex | 10 | 3B | 5B | 52 | 23 | 0 | 40 | CE | 46 | 15 |
| Octal | 20 | 73 | 133 | 122 | 43 | 0 | 100 | 316 | 106 | 25 |
| Binary | 10000 | 111011 | 1011011 | 1010010 | 100011 | 0 | 1000000 | 11001110 | 1000110 | 10101 |
Color Harmonies of #103B5B
Complementary color
Monochromatic Colors of #103B5B
Black with #103B5B
Text Example
Text Example
White with #103B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B5B; }
p { color: rgb(16,59,91); }
H1.HeaderClassName
{
color: #103B5B;
}
.AnyTagClassName
{
color: #103B5B;
}
</style>
background-color css
<style>
a { background-color: #103B5B; }
a { background-color: rgb(16,59,91); }
div.DivClassName
{
background-color: #103B5B;
}
.BgClassName
{
background-color: #103B5B;
}
</style>
border-color css
<style>
span { border-color: #103B5B; }
span { border-color: rgb(16,59,91); }
td.TdClassName
{
border-color: #103B5B;
}
.TagClassName
{
border-color: #103B5B;
}
</style>