Shades of Regal Blue #103955
Tints of Regal Blue #103955
RGB
CMYK
RGB Variations
Color information
#103955 (or 0x103955) is known color: Regal Blue. HEX triplet: 10, 39 and 55. RGB value is (16,57,85). Sum of RGB (Red+Green+Blue) = 16+57+85=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #103955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103955 is #EFC6AA. Grayscale: #2F2F2F. Windows color (decimal): -15713963 or 5585168. OLE color: 5585168.
HSL color Cylindrical-coordinate representation of color #103955: hue angle of 204.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103955 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 57 | 85 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.67 |
| HSL | 204.35º | 0.68% | 0.2% | - |
| HSV(B) | 204.35º | 0.81% | 0.33% | - |
| XYZ | 3.32 | 3.69 | 9.13 | - |
| YUV | 47.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 85 | 0.81 | 0.33 | 0 | 0.67 | 204.35 | 0.68 | 0.2 |
| Hex | 10 | 39 | 55 | 51 | 21 | 0 | 43 | CC | 44 | 14 |
| Octal | 20 | 71 | 125 | 121 | 41 | 0 | 103 | 314 | 104 | 24 |
| Binary | 10000 | 111001 | 1010101 | 1010001 | 100001 | 0 | 1000011 | 11001100 | 1000100 | 10100 |
Color Harmonies of #103955
Complementary color
Monochromatic Colors of #103955
Black with #103955
Text Example
Text Example
White with #103955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103955; }
p { color: rgb(16,57,85); }
H1.HeaderClassName
{
color: #103955;
}
.AnyTagClassName
{
color: #103955;
}
</style>
background-color css
<style>
a { background-color: #103955; }
a { background-color: rgb(16,57,85); }
div.DivClassName
{
background-color: #103955;
}
.BgClassName
{
background-color: #103955;
}
</style>
border-color css
<style>
span { border-color: #103955; }
span { border-color: rgb(16,57,85); }
td.TdClassName
{
border-color: #103955;
}
.TagClassName
{
border-color: #103955;
}
</style>