Shades of Prussian Blue #103F68
Tints of Prussian Blue #103F68
RGB
CMYK
RGB Variations
Color information
#103F68 (or 0x103F68) is known color: Prussian Blue. HEX triplet: 10, 3F and 68. RGB value is (16,63,104). Sum of RGB (Red+Green+Blue) = 16+63+104=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #103F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F68 is #EFC097. Grayscale: #353535. Windows color (decimal): -15712408 or 6831888. OLE color: 6831888.
HSL color Cylindrical-coordinate representation of color #103F68: hue angle of 207.95º 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 #103F68 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 63 | 104 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.59 |
| HSL | 207.95º | 0.73% | 0.24% | - |
| HSV(B) | 207.95º | 0.85% | 0.41% | - |
| XYZ | 4.49 | 4.66 | 13.76 | - |
| YUV | 53.62 | 156.43 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 104 | 0.85 | 0.39 | 0 | 0.59 | 207.95 | 0.73 | 0.24 |
| Hex | 10 | 3F | 68 | 55 | 27 | 0 | 3B | D0 | 49 | 18 |
| Octal | 20 | 77 | 150 | 125 | 47 | 0 | 73 | 320 | 111 | 30 |
| Binary | 10000 | 111111 | 1101000 | 1010101 | 100111 | 0 | 111011 | 11010000 | 1001001 | 11000 |
Color Harmonies of #103F68
Complementary color
Monochromatic Colors of #103F68
Black with #103F68
Text Example
Text Example
White with #103F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F68; }
p { color: rgb(16,63,104); }
H1.HeaderClassName
{
color: #103F68;
}
.AnyTagClassName
{
color: #103F68;
}
</style>
background-color css
<style>
a { background-color: #103F68; }
a { background-color: rgb(16,63,104); }
div.DivClassName
{
background-color: #103F68;
}
.BgClassName
{
background-color: #103F68;
}
</style>
border-color css
<style>
span { border-color: #103F68; }
span { border-color: rgb(16,63,104); }
td.TdClassName
{
border-color: #103F68;
}
.TagClassName
{
border-color: #103F68;
}
</style>