Shades of Prussian Blue #104167
Tints of Prussian Blue #104167
RGB
CMYK
RGB Variations
Color information
#104167 (or 0x104167) is known color: Prussian Blue. HEX triplet: 10, 41 and 67. RGB value is (16,65,103). Sum of RGB (Red+Green+Blue) = 16+65+103=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #104167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104167 is #EFBE98. Grayscale: #363636. Windows color (decimal): -15711897 or 6766864. OLE color: 6766864.
HSL color Cylindrical-coordinate representation of color #104167: hue angle of 206.21º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104167 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 65 | 103 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.60 |
| HSL | 206.21º | 0.73% | 0.23% | - |
| HSV(B) | 206.21º | 0.84% | 0.4% | - |
| XYZ | 4.55 | 4.87 | 13.53 | - |
| YUV | 54.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 103 | 0.84 | 0.37 | 0 | 0.60 | 206.21 | 0.73 | 0.23 |
| Hex | 10 | 41 | 67 | 54 | 25 | 0 | 3C | CE | 49 | 17 |
| Octal | 20 | 101 | 147 | 124 | 45 | 0 | 74 | 316 | 111 | 27 |
| Binary | 10000 | 1000001 | 1100111 | 1010100 | 100101 | 0 | 111100 | 11001110 | 1001001 | 10111 |
Color Harmonies of #104167
Complementary color
Monochromatic Colors of #104167
Black with #104167
Text Example
Text Example
White with #104167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104167; }
p { color: rgb(16,65,103); }
H1.HeaderClassName
{
color: #104167;
}
.AnyTagClassName
{
color: #104167;
}
</style>
background-color css
<style>
a { background-color: #104167; }
a { background-color: rgb(16,65,103); }
div.DivClassName
{
background-color: #104167;
}
.BgClassName
{
background-color: #104167;
}
</style>
border-color css
<style>
span { border-color: #104167; }
span { border-color: rgb(16,65,103); }
td.TdClassName
{
border-color: #104167;
}
.TagClassName
{
border-color: #104167;
}
</style>