Shades of Prussian Blue #103A60
Tints of Prussian Blue #103A60
RGB
CMYK
RGB Variations
Color information
#103A60 (or 0x103A60) is known color: Prussian Blue. HEX triplet: 10, 3A and 60. RGB value is (16,58,96). Sum of RGB (Red+Green+Blue) = 16+58+96=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #103A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A60 is #EFC59F. Grayscale: #313131. Windows color (decimal): -15713696 or 6306320. OLE color: 6306320.
HSL color Cylindrical-coordinate representation of color #103A60: hue angle of 208.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103A60 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 58 | 96 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.62 |
| HSL | 208.5º | 0.71% | 0.22% | - |
| HSV(B) | 208.5º | 0.83% | 0.38% | - |
| XYZ | 3.84 | 3.98 | 11.63 | - |
| YUV | 49.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 96 | 0.83 | 0.40 | 0 | 0.62 | 208.5 | 0.71 | 0.22 |
| Hex | 10 | 3A | 60 | 53 | 28 | 0 | 3E | D0 | 47 | 16 |
| Octal | 20 | 72 | 140 | 123 | 50 | 0 | 76 | 320 | 107 | 26 |
| Binary | 10000 | 111010 | 1100000 | 1010011 | 101000 | 0 | 111110 | 11010000 | 1000111 | 10110 |
Color Harmonies of #103A60
Complementary color
Monochromatic Colors of #103A60
Black with #103A60
Text Example
Text Example
White with #103A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A60; }
p { color: rgb(16,58,96); }
H1.HeaderClassName
{
color: #103A60;
}
.AnyTagClassName
{
color: #103A60;
}
</style>
background-color css
<style>
a { background-color: #103A60; }
a { background-color: rgb(16,58,96); }
div.DivClassName
{
background-color: #103A60;
}
.BgClassName
{
background-color: #103A60;
}
</style>
border-color css
<style>
span { border-color: #103A60; }
span { border-color: rgb(16,58,96); }
td.TdClassName
{
border-color: #103A60;
}
.TagClassName
{
border-color: #103A60;
}
</style>