Shades of Prussian Blue #133565
Tints of Prussian Blue #133565
RGB
CMYK
RGB Variations
Color information
#133565 (or 0x133565) is known color: Prussian Blue. HEX triplet: 13, 35 and 65. RGB value is (19,53,101). Sum of RGB (Red+Green+Blue) = 19+53+101=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #133565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133565 is #ECCA9A. Grayscale: #303030. Windows color (decimal): -15518363 or 6632723. OLE color: 6632723.
HSL color Cylindrical-coordinate representation of color #133565: hue angle of 215.12º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133565 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 53 | 101 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.60 |
| HSL | 215.12º | 0.68% | 0.24% | - |
| HSV(B) | 215.12º | 0.81% | 0.4% | - |
| XYZ | 3.89 | 3.62 | 12.81 | - |
| YUV | 48.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 101 | 0.81 | 0.48 | 0 | 0.60 | 215.12 | 0.68 | 0.24 |
| Hex | 13 | 35 | 65 | 51 | 30 | 0 | 3C | D7 | 44 | 18 |
| Octal | 23 | 65 | 145 | 121 | 60 | 0 | 74 | 327 | 104 | 30 |
| Binary | 10011 | 110101 | 1100101 | 1010001 | 110000 | 0 | 111100 | 11010111 | 1000100 | 11000 |
Color Harmonies of #133565
Complementary color
Monochromatic Colors of #133565
Black with #133565
Text Example
Text Example
White with #133565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133565; }
p { color: rgb(19,53,101); }
H1.HeaderClassName
{
color: #133565;
}
.AnyTagClassName
{
color: #133565;
}
</style>
background-color css
<style>
a { background-color: #133565; }
a { background-color: rgb(19,53,101); }
div.DivClassName
{
background-color: #133565;
}
.BgClassName
{
background-color: #133565;
}
</style>
border-color css
<style>
span { border-color: #133565; }
span { border-color: rgb(19,53,101); }
td.TdClassName
{
border-color: #133565;
}
.TagClassName
{
border-color: #133565;
}
</style>