Shades of Prussian Blue #103362
Tints of Prussian Blue #103362
RGB
CMYK
RGB Variations
Color information
#103362 (or 0x103362) is known color: Prussian Blue. HEX triplet: 10, 33 and 62. RGB value is (16,51,98). Sum of RGB (Red+Green+Blue) = 16+51+98=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #103362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103362 is #EFCC9D. Grayscale: #2D2D2D. Windows color (decimal): -15715486 or 6435600. OLE color: 6435600.
HSL color Cylindrical-coordinate representation of color #103362: hue angle of 214.39º 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 #103362 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 51 | 98 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.62 |
| HSL | 214.39º | 0.72% | 0.22% | - |
| HSV(B) | 214.39º | 0.84% | 0.38% | - |
| XYZ | 3.6 | 3.36 | 12.01 | - |
| YUV | 45.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 98 | 0.84 | 0.48 | 0 | 0.62 | 214.39 | 0.72 | 0.22 |
| Hex | 10 | 33 | 62 | 54 | 30 | 0 | 3E | D6 | 48 | 16 |
| Octal | 20 | 63 | 142 | 124 | 60 | 0 | 76 | 326 | 110 | 26 |
| Binary | 10000 | 110011 | 1100010 | 1010100 | 110000 | 0 | 111110 | 11010110 | 1001000 | 10110 |
Color Harmonies of #103362
Complementary color
Monochromatic Colors of #103362
Black with #103362
Text Example
Text Example
White with #103362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103362; }
p { color: rgb(16,51,98); }
H1.HeaderClassName
{
color: #103362;
}
.AnyTagClassName
{
color: #103362;
}
</style>
background-color css
<style>
a { background-color: #103362; }
a { background-color: rgb(16,51,98); }
div.DivClassName
{
background-color: #103362;
}
.BgClassName
{
background-color: #103362;
}
</style>
border-color css
<style>
span { border-color: #103362; }
span { border-color: rgb(16,51,98); }
td.TdClassName
{
border-color: #103362;
}
.TagClassName
{
border-color: #103362;
}
</style>