Shades of Prussian Blue #104067
Tints of Prussian Blue #104067
RGB
CMYK
RGB Variations
Color information
#104067 (or 0x104067) is known color: Prussian Blue. HEX triplet: 10, 40 and 67. RGB value is (16,64,103). Sum of RGB (Red+Green+Blue) = 16+64+103=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #104067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104067 is #EFBF98. Grayscale: #353535. Windows color (decimal): -15712153 or 6766608. OLE color: 6766608.
HSL color Cylindrical-coordinate representation of color #104067: hue angle of 206.9º 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 #104067 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 64 | 103 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.60 |
| HSL | 206.9º | 0.73% | 0.23% | - |
| HSV(B) | 206.9º | 0.84% | 0.4% | - |
| XYZ | 4.5 | 4.76 | 13.51 | - |
| YUV | 54.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 103 | 0.84 | 0.38 | 0 | 0.60 | 206.9 | 0.73 | 0.23 |
| Hex | 10 | 40 | 67 | 54 | 26 | 0 | 3C | CF | 49 | 17 |
| Octal | 20 | 100 | 147 | 124 | 46 | 0 | 74 | 317 | 111 | 27 |
| Binary | 10000 | 1000000 | 1100111 | 1010100 | 100110 | 0 | 111100 | 11001111 | 1001001 | 10111 |
Color Harmonies of #104067
Complementary color
Monochromatic Colors of #104067
Black with #104067
Text Example
Text Example
White with #104067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104067; }
p { color: rgb(16,64,103); }
H1.HeaderClassName
{
color: #104067;
}
.AnyTagClassName
{
color: #104067;
}
</style>
background-color css
<style>
a { background-color: #104067; }
a { background-color: rgb(16,64,103); }
div.DivClassName
{
background-color: #104067;
}
.BgClassName
{
background-color: #104067;
}
</style>
border-color css
<style>
span { border-color: #104067; }
span { border-color: rgb(16,64,103); }
td.TdClassName
{
border-color: #104067;
}
.TagClassName
{
border-color: #104067;
}
</style>