Shades of Prussian Blue #103462
Tints of Prussian Blue #103462
RGB
CMYK
RGB Variations
Color information
#103462 (or 0x103462) is known color: Prussian Blue. HEX triplet: 10, 34 and 62. RGB value is (16,52,98). Sum of RGB (Red+Green+Blue) = 16+52+98=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #103462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103462 is #EFCB9D. Grayscale: #2E2E2E. Windows color (decimal): -15715230 or 6435856. OLE color: 6435856.
HSL color Cylindrical-coordinate representation of color #103462: hue angle of 213.66º 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 #103462 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 52 | 98 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.62 |
| HSL | 213.66º | 0.72% | 0.22% | - |
| HSV(B) | 213.66º | 0.84% | 0.38% | - |
| XYZ | 3.65 | 3.45 | 12.03 | - |
| YUV | 46.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 98 | 0.84 | 0.47 | 0 | 0.62 | 213.66 | 0.72 | 0.22 |
| Hex | 10 | 34 | 62 | 54 | 2F | 0 | 3E | D6 | 48 | 16 |
| Octal | 20 | 64 | 142 | 124 | 57 | 0 | 76 | 326 | 110 | 26 |
| Binary | 10000 | 110100 | 1100010 | 1010100 | 101111 | 0 | 111110 | 11010110 | 1001000 | 10110 |
Color Harmonies of #103462
Complementary color
Monochromatic Colors of #103462
Black with #103462
Text Example
Text Example
White with #103462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103462; }
p { color: rgb(16,52,98); }
H1.HeaderClassName
{
color: #103462;
}
.AnyTagClassName
{
color: #103462;
}
</style>
background-color css
<style>
a { background-color: #103462; }
a { background-color: rgb(16,52,98); }
div.DivClassName
{
background-color: #103462;
}
.BgClassName
{
background-color: #103462;
}
</style>
border-color css
<style>
span { border-color: #103462; }
span { border-color: rgb(16,52,98); }
td.TdClassName
{
border-color: #103462;
}
.TagClassName
{
border-color: #103462;
}
</style>