Shades of Prussian Blue #103261
Tints of Prussian Blue #103261
RGB
CMYK
RGB Variations
Color information
#103261 (or 0x103261) is known color: Prussian Blue. HEX triplet: 10, 32 and 61. RGB value is (16,50,97). Sum of RGB (Red+Green+Blue) = 16+50+97=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #103261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103261 is #EFCD9E. Grayscale: #2C2C2C. Windows color (decimal): -15715743 or 6369808. OLE color: 6369808.
HSL color Cylindrical-coordinate representation of color #103261: hue angle of 214.81º 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 #103261 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 50 | 97 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.62 |
| HSL | 214.81º | 0.72% | 0.22% | - |
| HSV(B) | 214.81º | 0.84% | 0.38% | - |
| XYZ | 3.51 | 3.25 | 11.75 | - |
| YUV | 45.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 97 | 0.84 | 0.48 | 0 | 0.62 | 214.81 | 0.72 | 0.22 |
| Hex | 10 | 32 | 61 | 54 | 30 | 0 | 3E | D7 | 48 | 16 |
| Octal | 20 | 62 | 141 | 124 | 60 | 0 | 76 | 327 | 110 | 26 |
| Binary | 10000 | 110010 | 1100001 | 1010100 | 110000 | 0 | 111110 | 11010111 | 1001000 | 10110 |
Color Harmonies of #103261
Complementary color
Monochromatic Colors of #103261
Black with #103261
Text Example
Text Example
White with #103261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103261; }
p { color: rgb(16,50,97); }
H1.HeaderClassName
{
color: #103261;
}
.AnyTagClassName
{
color: #103261;
}
</style>
background-color css
<style>
a { background-color: #103261; }
a { background-color: rgb(16,50,97); }
div.DivClassName
{
background-color: #103261;
}
.BgClassName
{
background-color: #103261;
}
</style>
border-color css
<style>
span { border-color: #103261; }
span { border-color: rgb(16,50,97); }
td.TdClassName
{
border-color: #103261;
}
.TagClassName
{
border-color: #103261;
}
</style>