Shades of Prussian Blue #103A61
Tints of Prussian Blue #103A61
RGB
CMYK
RGB Variations
Color information
#103A61 (or 0x103A61) is known color: Prussian Blue. HEX triplet: 10, 3A and 61. RGB value is (16,58,97). Sum of RGB (Red+Green+Blue) = 16+58+97=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #103A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A61 is #EFC59E. Grayscale: #313131. Windows color (decimal): -15713695 or 6371856. OLE color: 6371856.
HSL color Cylindrical-coordinate representation of color #103A61: hue angle of 208.89º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103A61 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 58 | 97 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.62 |
| HSL | 208.89º | 0.72% | 0.22% | - |
| HSV(B) | 208.89º | 0.84% | 0.38% | - |
| XYZ | 3.88 | 4 | 11.88 | - |
| YUV | 49.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 97 | 0.84 | 0.40 | 0 | 0.62 | 208.89 | 0.72 | 0.22 |
| Hex | 10 | 3A | 61 | 54 | 28 | 0 | 3E | D1 | 48 | 16 |
| Octal | 20 | 72 | 141 | 124 | 50 | 0 | 76 | 321 | 110 | 26 |
| Binary | 10000 | 111010 | 1100001 | 1010100 | 101000 | 0 | 111110 | 11010001 | 1001000 | 10110 |
Color Harmonies of #103A61
Complementary color
Monochromatic Colors of #103A61
Black with #103A61
Text Example
Text Example
White with #103A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A61; }
p { color: rgb(16,58,97); }
H1.HeaderClassName
{
color: #103A61;
}
.AnyTagClassName
{
color: #103A61;
}
</style>
background-color css
<style>
a { background-color: #103A61; }
a { background-color: rgb(16,58,97); }
div.DivClassName
{
background-color: #103A61;
}
.BgClassName
{
background-color: #103A61;
}
</style>
border-color css
<style>
span { border-color: #103A61; }
span { border-color: rgb(16,58,97); }
td.TdClassName
{
border-color: #103A61;
}
.TagClassName
{
border-color: #103A61;
}
</style>