Shades of Prussian Blue #104268
Tints of Prussian Blue #104268
RGB
CMYK
RGB Variations
Color information
#104268 (or 0x104268) is known color: Prussian Blue. HEX triplet: 10, 42 and 68. RGB value is (16,66,104). Sum of RGB (Red+Green+Blue) = 16+66+104=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #104268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104268 is #EFBD97. Grayscale: #373737. Windows color (decimal): -15711640 or 6832656. OLE color: 6832656.
HSL color Cylindrical-coordinate representation of color #104268: hue angle of 205.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104268 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 66 | 104 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.59 |
| HSL | 205.91º | 0.73% | 0.24% | - |
| HSV(B) | 205.91º | 0.85% | 0.41% | - |
| XYZ | 4.66 | 5.01 | 13.82 | - |
| YUV | 55.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 104 | 0.85 | 0.37 | 0 | 0.59 | 205.91 | 0.73 | 0.24 |
| Hex | 10 | 42 | 68 | 55 | 25 | 0 | 3B | CE | 49 | 18 |
| Octal | 20 | 102 | 150 | 125 | 45 | 0 | 73 | 316 | 111 | 30 |
| Binary | 10000 | 1000010 | 1101000 | 1010101 | 100101 | 0 | 111011 | 11001110 | 1001001 | 11000 |
Color Harmonies of #104268
Complementary color
Monochromatic Colors of #104268
Black with #104268
Text Example
Text Example
White with #104268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104268; }
p { color: rgb(16,66,104); }
H1.HeaderClassName
{
color: #104268;
}
.AnyTagClassName
{
color: #104268;
}
</style>
background-color css
<style>
a { background-color: #104268; }
a { background-color: rgb(16,66,104); }
div.DivClassName
{
background-color: #104268;
}
.BgClassName
{
background-color: #104268;
}
</style>
border-color css
<style>
span { border-color: #104268; }
span { border-color: rgb(16,66,104); }
td.TdClassName
{
border-color: #104268;
}
.TagClassName
{
border-color: #104268;
}
</style>