Shades of Regal Blue #103A51
Tints of Regal Blue #103A51
RGB
CMYK
RGB Variations
Color information
#103A51 (or 0x103A51) is known color: Regal Blue. HEX triplet: 10, 3A and 51. RGB value is (16,58,81). Sum of RGB (Red+Green+Blue) = 16+58+81=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #103A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A51 is #EFC5AE. Grayscale: #2F2F2F. Windows color (decimal): -15713711 or 5323280. OLE color: 5323280.
HSL color Cylindrical-coordinate representation of color #103A51: hue angle of 201.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103A51 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 58 | 81 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.68 |
| HSL | 201.23º | 0.67% | 0.19% | - |
| HSV(B) | 201.23º | 0.8% | 0.32% | - |
| XYZ | 3.21 | 3.73 | 8.34 | - |
| YUV | 48.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 81 | 0.80 | 0.28 | 0 | 0.68 | 201.23 | 0.67 | 0.19 |
| Hex | 10 | 3A | 51 | 50 | 1C | 0 | 44 | C9 | 43 | 13 |
| Octal | 20 | 72 | 121 | 120 | 34 | 0 | 104 | 311 | 103 | 23 |
| Binary | 10000 | 111010 | 1010001 | 1010000 | 11100 | 0 | 1000100 | 11001001 | 1000011 | 10011 |
Color Harmonies of #103A51
Complementary color
Monochromatic Colors of #103A51
Black with #103A51
Text Example
Text Example
White with #103A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A51; }
p { color: rgb(16,58,81); }
H1.HeaderClassName
{
color: #103A51;
}
.AnyTagClassName
{
color: #103A51;
}
</style>
background-color css
<style>
a { background-color: #103A51; }
a { background-color: rgb(16,58,81); }
div.DivClassName
{
background-color: #103A51;
}
.BgClassName
{
background-color: #103A51;
}
</style>
border-color css
<style>
span { border-color: #103A51; }
span { border-color: rgb(16,58,81); }
td.TdClassName
{
border-color: #103A51;
}
.TagClassName
{
border-color: #103A51;
}
</style>