Shades of Prussian Blue #103F69
Tints of Prussian Blue #103F69
RGB
CMYK
RGB Variations
Color information
#103F69 (or 0x103F69) is known color: Prussian Blue. HEX triplet: 10, 3F and 69. RGB value is (16,63,105). Sum of RGB (Red+Green+Blue) = 16+63+105=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #103F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F69 is #EFC096. Grayscale: #353535. Windows color (decimal): -15712407 or 6897424. OLE color: 6897424.
HSL color Cylindrical-coordinate representation of color #103F69: hue angle of 208.31º degrees, saturation: 0.74, 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 #103F69 is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 63 | 105 | - |
| CMYK | 0.85 | 0.4 | 0 | 0.59 |
| HSL | 208.31º | 0.74% | 0.24% | - |
| HSV(B) | 208.31º | 0.85% | 0.41% | - |
| XYZ | 4.54 | 4.69 | 14.03 | - |
| YUV | 53.74 | 156.93 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 105 | 0.85 | 0.4 | 0 | 0.59 | 208.31 | 0.74 | 0.24 |
| Hex | 10 | 3F | 69 | 55 | 28 | 0 | 3B | D0 | 4A | 18 |
| Octal | 20 | 77 | 151 | 125 | 50 | 0 | 73 | 320 | 112 | 30 |
| Binary | 10000 | 111111 | 1101001 | 1010101 | 101000 | 0 | 111011 | 11010000 | 1001010 | 11000 |
Color Harmonies of #103F69
Complementary color
Monochromatic Colors of #103F69
Black with #103F69
Text Example
Text Example
White with #103F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F69; }
p { color: rgb(16,63,105); }
H1.HeaderClassName
{
color: #103F69;
}
.AnyTagClassName
{
color: #103F69;
}
</style>
background-color css
<style>
a { background-color: #103F69; }
a { background-color: rgb(16,63,105); }
div.DivClassName
{
background-color: #103F69;
}
.BgClassName
{
background-color: #103F69;
}
</style>
border-color css
<style>
span { border-color: #103F69; }
span { border-color: rgb(16,63,105); }
td.TdClassName
{
border-color: #103F69;
}
.TagClassName
{
border-color: #103F69;
}
</style>