Shades of Prussian Blue #103762
Tints of Prussian Blue #103762
RGB
CMYK
RGB Variations
Color information
#103762 (or 0x103762) is known color: Prussian Blue. HEX triplet: 10, 37 and 62. RGB value is (16,55,98). Sum of RGB (Red+Green+Blue) = 16+55+98=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #103762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103762 is #EFC89D. Grayscale: #303030. Windows color (decimal): -15714462 or 6436624. OLE color: 6436624.
HSL color Cylindrical-coordinate representation of color #103762: hue angle of 211.46º 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 #103762 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 55 | 98 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.62 |
| HSL | 211.46º | 0.72% | 0.22% | - |
| HSV(B) | 211.46º | 0.84% | 0.38% | - |
| XYZ | 3.78 | 3.72 | 12.07 | - |
| YUV | 48.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 98 | 0.84 | 0.44 | 0 | 0.62 | 211.46 | 0.72 | 0.22 |
| Hex | 10 | 37 | 62 | 54 | 2C | 0 | 3E | D3 | 48 | 16 |
| Octal | 20 | 67 | 142 | 124 | 54 | 0 | 76 | 323 | 110 | 26 |
| Binary | 10000 | 110111 | 1100010 | 1010100 | 101100 | 0 | 111110 | 11010011 | 1001000 | 10110 |
Color Harmonies of #103762
Complementary color
Monochromatic Colors of #103762
Black with #103762
Text Example
Text Example
White with #103762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103762; }
p { color: rgb(16,55,98); }
H1.HeaderClassName
{
color: #103762;
}
.AnyTagClassName
{
color: #103762;
}
</style>
background-color css
<style>
a { background-color: #103762; }
a { background-color: rgb(16,55,98); }
div.DivClassName
{
background-color: #103762;
}
.BgClassName
{
background-color: #103762;
}
</style>
border-color css
<style>
span { border-color: #103762; }
span { border-color: rgb(16,55,98); }
td.TdClassName
{
border-color: #103762;
}
.TagClassName
{
border-color: #103762;
}
</style>