Shades of Prussian Blue #103F67
Tints of Prussian Blue #103F67
RGB
CMYK
RGB Variations
Color information
#103F67 (or 0x103F67) is known color: Prussian Blue. HEX triplet: 10, 3F and 67. RGB value is (16,63,103). Sum of RGB (Red+Green+Blue) = 16+63+103=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #103F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F67 is #EFC098. Grayscale: #353535. Windows color (decimal): -15712409 or 6766352. OLE color: 6766352.
HSL color Cylindrical-coordinate representation of color #103F67: hue angle of 207.59º 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 #103F67 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 63 | 103 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.60 |
| HSL | 207.59º | 0.73% | 0.23% | - |
| HSV(B) | 207.59º | 0.84% | 0.4% | - |
| XYZ | 4.44 | 4.64 | 13.49 | - |
| YUV | 53.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 103 | 0.84 | 0.39 | 0 | 0.60 | 207.59 | 0.73 | 0.23 |
| Hex | 10 | 3F | 67 | 54 | 27 | 0 | 3C | D0 | 49 | 17 |
| Octal | 20 | 77 | 147 | 124 | 47 | 0 | 74 | 320 | 111 | 27 |
| Binary | 10000 | 111111 | 1100111 | 1010100 | 100111 | 0 | 111100 | 11010000 | 1001001 | 10111 |
Color Harmonies of #103F67
Complementary color
Monochromatic Colors of #103F67
Black with #103F67
Text Example
Text Example
White with #103F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F67; }
p { color: rgb(16,63,103); }
H1.HeaderClassName
{
color: #103F67;
}
.AnyTagClassName
{
color: #103F67;
}
</style>
background-color css
<style>
a { background-color: #103F67; }
a { background-color: rgb(16,63,103); }
div.DivClassName
{
background-color: #103F67;
}
.BgClassName
{
background-color: #103F67;
}
</style>
border-color css
<style>
span { border-color: #103F67; }
span { border-color: rgb(16,63,103); }
td.TdClassName
{
border-color: #103F67;
}
.TagClassName
{
border-color: #103F67;
}
</style>