Shades of Prussian Blue #133460
Tints of Prussian Blue #133460
RGB
CMYK
RGB Variations
Color information
#133460 (or 0x133460) is known color: Prussian Blue. HEX triplet: 13, 34 and 60. RGB value is (19,52,96). Sum of RGB (Red+Green+Blue) = 19+52+96=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #133460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133460 is #ECCB9F. Grayscale: #2E2E2E. Windows color (decimal): -15518624 or 6304787. OLE color: 6304787.
HSL color Cylindrical-coordinate representation of color #133460: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133460 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 52 | 96 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.62 |
| HSL | 214.29º | 0.67% | 0.23% | - |
| HSV(B) | 214.29º | 0.8% | 0.38% | - |
| XYZ | 3.61 | 3.44 | 11.54 | - |
| YUV | 47.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 96 | 0.80 | 0.46 | 0 | 0.62 | 214.29 | 0.67 | 0.23 |
| Hex | 13 | 34 | 60 | 50 | 2E | 0 | 3E | D6 | 43 | 17 |
| Octal | 23 | 64 | 140 | 120 | 56 | 0 | 76 | 326 | 103 | 27 |
| Binary | 10011 | 110100 | 1100000 | 1010000 | 101110 | 0 | 111110 | 11010110 | 1000011 | 10111 |
Color Harmonies of #133460
Complementary color
Monochromatic Colors of #133460
Black with #133460
Text Example
Text Example
White with #133460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133460; }
p { color: rgb(19,52,96); }
H1.HeaderClassName
{
color: #133460;
}
.AnyTagClassName
{
color: #133460;
}
</style>
background-color css
<style>
a { background-color: #133460; }
a { background-color: rgb(19,52,96); }
div.DivClassName
{
background-color: #133460;
}
.BgClassName
{
background-color: #133460;
}
</style>
border-color css
<style>
span { border-color: #133460; }
span { border-color: rgb(19,52,96); }
td.TdClassName
{
border-color: #133460;
}
.TagClassName
{
border-color: #133460;
}
</style>