Shades of Regal Blue #103951
Tints of Regal Blue #103951
RGB
CMYK
RGB Variations
Color information
#103951 (or 0x103951) is known color: Regal Blue. HEX triplet: 10, 39 and 51. RGB value is (16,57,81). Sum of RGB (Red+Green+Blue) = 16+57+81=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #103951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103951 is #EFC6AE. Grayscale: #2F2F2F. Windows color (decimal): -15713967 or 5323024. OLE color: 5323024.
HSL color Cylindrical-coordinate representation of color #103951: hue angle of 202.15º 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 #103951 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 57 | 81 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.68 |
| HSL | 202.15º | 0.67% | 0.19% | - |
| HSV(B) | 202.15º | 0.8% | 0.32% | - |
| XYZ | 3.16 | 3.63 | 8.32 | - |
| YUV | 47.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 81 | 0.80 | 0.30 | 0 | 0.68 | 202.15 | 0.67 | 0.19 |
| Hex | 10 | 39 | 51 | 50 | 1E | 0 | 44 | CA | 43 | 13 |
| Octal | 20 | 71 | 121 | 120 | 36 | 0 | 104 | 312 | 103 | 23 |
| Binary | 10000 | 111001 | 1010001 | 1010000 | 11110 | 0 | 1000100 | 11001010 | 1000011 | 10011 |
Color Harmonies of #103951
Complementary color
Monochromatic Colors of #103951
Black with #103951
Text Example
Text Example
White with #103951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103951; }
p { color: rgb(16,57,81); }
H1.HeaderClassName
{
color: #103951;
}
.AnyTagClassName
{
color: #103951;
}
</style>
background-color css
<style>
a { background-color: #103951; }
a { background-color: rgb(16,57,81); }
div.DivClassName
{
background-color: #103951;
}
.BgClassName
{
background-color: #103951;
}
</style>
border-color css
<style>
span { border-color: #103951; }
span { border-color: rgb(16,57,81); }
td.TdClassName
{
border-color: #103951;
}
.TagClassName
{
border-color: #103951;
}
</style>