Shades of Prussian Blue #103671
Tints of Prussian Blue #103671
RGB
CMYK
RGB Variations
Color information
#103671 (or 0x103671) is known color: Prussian Blue. HEX triplet: 10, 36 and 71. RGB value is (16,54,113). Sum of RGB (Red+Green+Blue) = 16+54+113=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #103671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103671 is #EFC98E. Grayscale: #313131. Windows color (decimal): -15714703 or 7419408. OLE color: 7419408.
HSL color Cylindrical-coordinate representation of color #103671: hue angle of 216.49º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103671 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 16 | 54 | 113 | - |
CMYK | 0.86 | 0.52 | 0 | 0.56 |
HSL | 216.49º | 0.75% | 0.25% | - |
HSV(B) | 216.49º | 0.86% | 0.44% | - |
XYZ | 4.51 | 3.94 | 16.15 | - |
YUV | 49.36 | 163.91 | 104.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 54 | 113 | 0.86 | 0.52 | 0 | 0.56 | 216.49 | 0.75 | 0.25 |
Hex | 10 | 36 | 71 | 56 | 34 | 0 | 38 | D8 | 4B | 19 |
Octal | 20 | 66 | 161 | 126 | 64 | 0 | 70 | 330 | 113 | 31 |
Binary | 10000 | 110110 | 1110001 | 1010110 | 110100 | 0 | 111000 | 11011000 | 1001011 | 11001 |
Color Harmonies of #103671
Complementary color
Monochromatic Colors of #103671
Black with #103671
Text Example
Text Example
White with #103671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103671; }
p { color: rgb(16,54,113); }
H1.HeaderClassName
{
color: #103671;
}
.AnyTagClassName
{
color: #103671;
}
</style>
background-color css
<style>
a { background-color: #103671; }
a { background-color: rgb(16,54,113); }
div.DivClassName
{
background-color: #103671;
}
.BgClassName
{
background-color: #103671;
}
</style>
border-color css
<style>
span { border-color: #103671; }
span { border-color: rgb(16,54,113); }
td.TdClassName
{
border-color: #103671;
}
.TagClassName
{
border-color: #103671;
}
</style>