Shades of Prussian Blue #133568
Tints of Prussian Blue #133568
RGB
CMYK
RGB Variations
Color information
#133568 (or 0x133568) is known color: Prussian Blue. HEX triplet: 13, 35 and 68. RGB value is (19,53,104). Sum of RGB (Red+Green+Blue) = 19+53+104=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #133568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133568 is #ECCA97. Grayscale: #303030. Windows color (decimal): -15518360 or 6829331. OLE color: 6829331.
HSL color Cylindrical-coordinate representation of color #133568: hue angle of 216º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133568 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 53 | 104 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.59 |
| HSL | 216º | 0.69% | 0.24% | - |
| HSV(B) | 216º | 0.82% | 0.41% | - |
| XYZ | 4.04 | 3.68 | 13.59 | - |
| YUV | 48.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 104 | 0.82 | 0.49 | 0 | 0.59 | 216 | 0.69 | 0.24 |
| Hex | 13 | 35 | 68 | 52 | 31 | 0 | 3B | D8 | 45 | 18 |
| Octal | 23 | 65 | 150 | 122 | 61 | 0 | 73 | 330 | 105 | 30 |
| Binary | 10011 | 110101 | 1101000 | 1010010 | 110001 | 0 | 111011 | 11011000 | 1000101 | 11000 |
Color Harmonies of #133568
Complementary color
Monochromatic Colors of #133568
Black with #133568
Text Example
Text Example
White with #133568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133568; }
p { color: rgb(19,53,104); }
H1.HeaderClassName
{
color: #133568;
}
.AnyTagClassName
{
color: #133568;
}
</style>
background-color css
<style>
a { background-color: #133568; }
a { background-color: rgb(19,53,104); }
div.DivClassName
{
background-color: #133568;
}
.BgClassName
{
background-color: #133568;
}
</style>
border-color css
<style>
span { border-color: #133568; }
span { border-color: rgb(19,53,104); }
td.TdClassName
{
border-color: #133568;
}
.TagClassName
{
border-color: #133568;
}
</style>