Shades of Regal Blue #103B55
Tints of Regal Blue #103B55
RGB
CMYK
RGB Variations
Color information
#103B55 (or 0x103B55) is known color: Regal Blue. HEX triplet: 10, 3B and 55. RGB value is (16,59,85). Sum of RGB (Red+Green+Blue) = 16+59+85=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #103B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B55 is #EFC4AA. Grayscale: #303030. Windows color (decimal): -15713451 or 5585680. OLE color: 5585680.
HSL color Cylindrical-coordinate representation of color #103B55: hue angle of 202.61º 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 #103B55 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 59 | 85 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.67 |
| HSL | 202.61º | 0.68% | 0.2% | - |
| HSV(B) | 202.61º | 0.81% | 0.33% | - |
| XYZ | 3.42 | 3.89 | 9.17 | - |
| YUV | 49.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 85 | 0.81 | 0.31 | 0 | 0.67 | 202.61 | 0.68 | 0.2 |
| Hex | 10 | 3B | 55 | 51 | 1F | 0 | 43 | CB | 44 | 14 |
| Octal | 20 | 73 | 125 | 121 | 37 | 0 | 103 | 313 | 104 | 24 |
| Binary | 10000 | 111011 | 1010101 | 1010001 | 11111 | 0 | 1000011 | 11001011 | 1000100 | 10100 |
Color Harmonies of #103B55
Complementary color
Monochromatic Colors of #103B55
Black with #103B55
Text Example
Text Example
White with #103B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B55; }
p { color: rgb(16,59,85); }
H1.HeaderClassName
{
color: #103B55;
}
.AnyTagClassName
{
color: #103B55;
}
</style>
background-color css
<style>
a { background-color: #103B55; }
a { background-color: rgb(16,59,85); }
div.DivClassName
{
background-color: #103B55;
}
.BgClassName
{
background-color: #103B55;
}
</style>
border-color css
<style>
span { border-color: #103B55; }
span { border-color: rgb(16,59,85); }
td.TdClassName
{
border-color: #103B55;
}
.TagClassName
{
border-color: #103B55;
}
</style>