Shades of Prussian Blue #103E68
Tints of Prussian Blue #103E68
RGB
CMYK
RGB Variations
Color information
#103E68 (or 0x103E68) is known color: Prussian Blue. HEX triplet: 10, 3E and 68. RGB value is (16,62,104). Sum of RGB (Red+Green+Blue) = 16+62+104=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #103E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E68 is #EFC197. Grayscale: #343434. Windows color (decimal): -15712664 or 6831632. OLE color: 6831632.
HSL color Cylindrical-coordinate representation of color #103E68: hue angle of 208.64º 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 #103E68 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 62 | 104 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.59 |
| HSL | 208.64º | 0.73% | 0.24% | - |
| HSV(B) | 208.64º | 0.85% | 0.41% | - |
| XYZ | 4.44 | 4.55 | 13.74 | - |
| YUV | 53.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 104 | 0.85 | 0.40 | 0 | 0.59 | 208.64 | 0.73 | 0.24 |
| Hex | 10 | 3E | 68 | 55 | 28 | 0 | 3B | D1 | 49 | 18 |
| Octal | 20 | 76 | 150 | 125 | 50 | 0 | 73 | 321 | 111 | 30 |
| Binary | 10000 | 111110 | 1101000 | 1010101 | 101000 | 0 | 111011 | 11010001 | 1001001 | 11000 |
Color Harmonies of #103E68
Complementary color
Monochromatic Colors of #103E68
Black with #103E68
Text Example
Text Example
White with #103E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E68; }
p { color: rgb(16,62,104); }
H1.HeaderClassName
{
color: #103E68;
}
.AnyTagClassName
{
color: #103E68;
}
</style>
background-color css
<style>
a { background-color: #103E68; }
a { background-color: rgb(16,62,104); }
div.DivClassName
{
background-color: #103E68;
}
.BgClassName
{
background-color: #103E68;
}
</style>
border-color css
<style>
span { border-color: #103E68; }
span { border-color: rgb(16,62,104); }
td.TdClassName
{
border-color: #103E68;
}
.TagClassName
{
border-color: #103E68;
}
</style>