Shades of Prussian Blue #103B62
Tints of Prussian Blue #103B62
RGB
CMYK
RGB Variations
Color information
#103B62 (or 0x103B62) is known color: Prussian Blue. HEX triplet: 10, 3B and 62. RGB value is (16,59,98). Sum of RGB (Red+Green+Blue) = 16+59+98=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #103B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B62 is #EFC49D. Grayscale: #323232. Windows color (decimal): -15713438 or 6437648. OLE color: 6437648.
HSL color Cylindrical-coordinate representation of color #103B62: hue angle of 208.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103B62 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 59 | 98 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.62 |
| HSL | 208.54º | 0.72% | 0.22% | - |
| HSV(B) | 208.54º | 0.84% | 0.38% | - |
| XYZ | 3.98 | 4.12 | 12.14 | - |
| YUV | 50.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 98 | 0.84 | 0.40 | 0 | 0.62 | 208.54 | 0.72 | 0.22 |
| Hex | 10 | 3B | 62 | 54 | 28 | 0 | 3E | D1 | 48 | 16 |
| Octal | 20 | 73 | 142 | 124 | 50 | 0 | 76 | 321 | 110 | 26 |
| Binary | 10000 | 111011 | 1100010 | 1010100 | 101000 | 0 | 111110 | 11010001 | 1001000 | 10110 |
Color Harmonies of #103B62
Complementary color
Monochromatic Colors of #103B62
Black with #103B62
Text Example
Text Example
White with #103B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B62; }
p { color: rgb(16,59,98); }
H1.HeaderClassName
{
color: #103B62;
}
.AnyTagClassName
{
color: #103B62;
}
</style>
background-color css
<style>
a { background-color: #103B62; }
a { background-color: rgb(16,59,98); }
div.DivClassName
{
background-color: #103B62;
}
.BgClassName
{
background-color: #103B62;
}
</style>
border-color css
<style>
span { border-color: #103B62; }
span { border-color: rgb(16,59,98); }
td.TdClassName
{
border-color: #103B62;
}
.TagClassName
{
border-color: #103B62;
}
</style>