Shades of Prussian Blue #103660
Tints of Prussian Blue #103660
RGB
CMYK
RGB Variations
Color information
#103660 (or 0x103660) is known color: Prussian Blue. HEX triplet: 10, 36 and 60. RGB value is (16,54,96). Sum of RGB (Red+Green+Blue) = 16+54+96=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #103660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103660 is #EFC99F. Grayscale: #2F2F2F. Windows color (decimal): -15714720 or 6305296. OLE color: 6305296.
HSL color Cylindrical-coordinate representation of color #103660: hue angle of 211.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 #103660 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 54 | 96 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.62 |
| HSL | 211.5º | 0.71% | 0.22% | - |
| HSV(B) | 211.5º | 0.83% | 0.38% | - |
| XYZ | 3.64 | 3.59 | 11.57 | - |
| YUV | 47.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 96 | 0.83 | 0.44 | 0 | 0.62 | 211.5 | 0.71 | 0.22 |
| Hex | 10 | 36 | 60 | 53 | 2C | 0 | 3E | D4 | 47 | 16 |
| Octal | 20 | 66 | 140 | 123 | 54 | 0 | 76 | 324 | 107 | 26 |
| Binary | 10000 | 110110 | 1100000 | 1010011 | 101100 | 0 | 111110 | 11010100 | 1000111 | 10110 |
Color Harmonies of #103660
Complementary color
Monochromatic Colors of #103660
Black with #103660
Text Example
Text Example
White with #103660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103660; }
p { color: rgb(16,54,96); }
H1.HeaderClassName
{
color: #103660;
}
.AnyTagClassName
{
color: #103660;
}
</style>
background-color css
<style>
a { background-color: #103660; }
a { background-color: rgb(16,54,96); }
div.DivClassName
{
background-color: #103660;
}
.BgClassName
{
background-color: #103660;
}
</style>
border-color css
<style>
span { border-color: #103660; }
span { border-color: rgb(16,54,96); }
td.TdClassName
{
border-color: #103660;
}
.TagClassName
{
border-color: #103660;
}
</style>