Shades of Prussian Blue #13335E
Tints of Prussian Blue #13335E
RGB
CMYK
RGB Variations
Color information
#13335E (or 0x13335E) is known color: Prussian Blue. HEX triplet: 13, 33 and 5E. RGB value is (19,51,94). Sum of RGB (Red+Green+Blue) = 19+51+94=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #13335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13335E is #ECCCA1. Grayscale: #2E2E2E. Windows color (decimal): -15518882 or 6173459. OLE color: 6173459.
HSL color Cylindrical-coordinate representation of color #13335E: hue angle of 214.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13335E is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 51 | 94 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.63 |
| HSL | 214.4º | 0.66% | 0.22% | - |
| HSV(B) | 214.4º | 0.8% | 0.37% | - |
| XYZ | 3.47 | 3.31 | 11.05 | - |
| YUV | 46.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 94 | 0.80 | 0.46 | 0 | 0.63 | 214.4 | 0.66 | 0.22 |
| Hex | 13 | 33 | 5E | 50 | 2E | 0 | 3F | D6 | 42 | 16 |
| Octal | 23 | 63 | 136 | 120 | 56 | 0 | 77 | 326 | 102 | 26 |
| Binary | 10011 | 110011 | 1011110 | 1010000 | 101110 | 0 | 111111 | 11010110 | 1000010 | 10110 |
Color Harmonies of #13335E
Complementary color
Monochromatic Colors of #13335E
Black with #13335E
Text Example
Text Example
White with #13335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13335E; }
p { color: rgb(19,51,94); }
H1.HeaderClassName
{
color: #13335E;
}
.AnyTagClassName
{
color: #13335E;
}
</style>
background-color css
<style>
a { background-color: #13335E; }
a { background-color: rgb(19,51,94); }
div.DivClassName
{
background-color: #13335E;
}
.BgClassName
{
background-color: #13335E;
}
</style>
border-color css
<style>
span { border-color: #13335E; }
span { border-color: rgb(19,51,94); }
td.TdClassName
{
border-color: #13335E;
}
.TagClassName
{
border-color: #13335E;
}
</style>