Shades of Regal Blue #103A55
Tints of Regal Blue #103A55
RGB
CMYK
RGB Variations
Color information
#103A55 (or 0x103A55) is known color: Regal Blue. HEX triplet: 10, 3A and 55. RGB value is (16,58,85). Sum of RGB (Red+Green+Blue) = 16+58+85=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #103A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A55 is #EFC5AA. Grayscale: #303030. Windows color (decimal): -15713707 or 5585424. OLE color: 5585424.
HSL color Cylindrical-coordinate representation of color #103A55: hue angle of 203.48º 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 #103A55 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 58 | 85 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.67 |
| HSL | 203.48º | 0.68% | 0.2% | - |
| HSV(B) | 203.48º | 0.81% | 0.33% | - |
| XYZ | 3.37 | 3.79 | 9.15 | - |
| YUV | 48.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 85 | 0.81 | 0.32 | 0 | 0.67 | 203.48 | 0.68 | 0.2 |
| Hex | 10 | 3A | 55 | 51 | 20 | 0 | 43 | CB | 44 | 14 |
| Octal | 20 | 72 | 125 | 121 | 40 | 0 | 103 | 313 | 104 | 24 |
| Binary | 10000 | 111010 | 1010101 | 1010001 | 100000 | 0 | 1000011 | 11001011 | 1000100 | 10100 |
Color Harmonies of #103A55
Complementary color
Monochromatic Colors of #103A55
Black with #103A55
Text Example
Text Example
White with #103A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A55; }
p { color: rgb(16,58,85); }
H1.HeaderClassName
{
color: #103A55;
}
.AnyTagClassName
{
color: #103A55;
}
</style>
background-color css
<style>
a { background-color: #103A55; }
a { background-color: rgb(16,58,85); }
div.DivClassName
{
background-color: #103A55;
}
.BgClassName
{
background-color: #103A55;
}
</style>
border-color css
<style>
span { border-color: #103A55; }
span { border-color: rgb(16,58,85); }
td.TdClassName
{
border-color: #103A55;
}
.TagClassName
{
border-color: #103A55;
}
</style>