Shades of Prussian Blue #103861
Tints of Prussian Blue #103861
RGB
CMYK
RGB Variations
Color information
#103861 (or 0x103861) is known color: Prussian Blue. HEX triplet: 10, 38 and 61. RGB value is (16,56,97). Sum of RGB (Red+Green+Blue) = 16+56+97=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #103861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103861 is #EFC79E. Grayscale: #303030. Windows color (decimal): -15714207 or 6371344. OLE color: 6371344.
HSL color Cylindrical-coordinate representation of color #103861: hue angle of 210.37º 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 #103861 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 56 | 97 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.62 |
| HSL | 210.37º | 0.72% | 0.22% | - |
| HSV(B) | 210.37º | 0.84% | 0.38% | - |
| XYZ | 3.79 | 3.8 | 11.84 | - |
| YUV | 48.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 97 | 0.84 | 0.42 | 0 | 0.62 | 210.37 | 0.72 | 0.22 |
| Hex | 10 | 38 | 61 | 54 | 2A | 0 | 3E | D2 | 48 | 16 |
| Octal | 20 | 70 | 141 | 124 | 52 | 0 | 76 | 322 | 110 | 26 |
| Binary | 10000 | 111000 | 1100001 | 1010100 | 101010 | 0 | 111110 | 11010010 | 1001000 | 10110 |
Color Harmonies of #103861
Complementary color
Monochromatic Colors of #103861
Black with #103861
Text Example
Text Example
White with #103861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103861; }
p { color: rgb(16,56,97); }
H1.HeaderClassName
{
color: #103861;
}
.AnyTagClassName
{
color: #103861;
}
</style>
background-color css
<style>
a { background-color: #103861; }
a { background-color: rgb(16,56,97); }
div.DivClassName
{
background-color: #103861;
}
.BgClassName
{
background-color: #103861;
}
</style>
border-color css
<style>
span { border-color: #103861; }
span { border-color: rgb(16,56,97); }
td.TdClassName
{
border-color: #103861;
}
.TagClassName
{
border-color: #103861;
}
</style>