Shades of Prussian Blue #103B67
Tints of Prussian Blue #103B67
RGB
CMYK
RGB Variations
Color information
#103B67 (or 0x103B67) is known color: Prussian Blue. HEX triplet: 10, 3B and 67. RGB value is (16,59,103). Sum of RGB (Red+Green+Blue) = 16+59+103=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #103B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B67 is #EFC498. Grayscale: #323232. Windows color (decimal): -15713433 or 6765328. OLE color: 6765328.
HSL color Cylindrical-coordinate representation of color #103B67: hue angle of 210.34º 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 #103B67 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 59 | 103 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.60 |
| HSL | 210.34º | 0.73% | 0.23% | - |
| HSV(B) | 210.34º | 0.84% | 0.4% | - |
| XYZ | 4.23 | 4.22 | 13.42 | - |
| YUV | 51.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 103 | 0.84 | 0.43 | 0 | 0.60 | 210.34 | 0.73 | 0.23 |
| Hex | 10 | 3B | 67 | 54 | 2B | 0 | 3C | D2 | 49 | 17 |
| Octal | 20 | 73 | 147 | 124 | 53 | 0 | 74 | 322 | 111 | 27 |
| Binary | 10000 | 111011 | 1100111 | 1010100 | 101011 | 0 | 111100 | 11010010 | 1001001 | 10111 |
Color Harmonies of #103B67
Complementary color
Monochromatic Colors of #103B67
Black with #103B67
Text Example
Text Example
White with #103B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B67; }
p { color: rgb(16,59,103); }
H1.HeaderClassName
{
color: #103B67;
}
.AnyTagClassName
{
color: #103B67;
}
</style>
background-color css
<style>
a { background-color: #103B67; }
a { background-color: rgb(16,59,103); }
div.DivClassName
{
background-color: #103B67;
}
.BgClassName
{
background-color: #103B67;
}
</style>
border-color css
<style>
span { border-color: #103B67; }
span { border-color: rgb(16,59,103); }
td.TdClassName
{
border-color: #103B67;
}
.TagClassName
{
border-color: #103B67;
}
</style>