Shades of Prussian Blue #133868
Tints of Prussian Blue #133868
RGB
CMYK
RGB Variations
Color information
#133868 (or 0x133868) is known color: Prussian Blue. HEX triplet: 13, 38 and 68. RGB value is (19,56,104). Sum of RGB (Red+Green+Blue) = 19+56+104=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #133868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133868 is #ECC797. Grayscale: #323232. Windows color (decimal): -15517592 or 6830099. OLE color: 6830099.
HSL color Cylindrical-coordinate representation of color #133868: hue angle of 213.88º 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 #133868 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 56 | 104 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.59 |
| HSL | 213.88º | 0.69% | 0.24% | - |
| HSV(B) | 213.88º | 0.82% | 0.41% | - |
| XYZ | 4.18 | 3.97 | 13.64 | - |
| YUV | 50.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 104 | 0.82 | 0.46 | 0 | 0.59 | 213.88 | 0.69 | 0.24 |
| Hex | 13 | 38 | 68 | 52 | 2E | 0 | 3B | D6 | 45 | 18 |
| Octal | 23 | 70 | 150 | 122 | 56 | 0 | 73 | 326 | 105 | 30 |
| Binary | 10011 | 111000 | 1101000 | 1010010 | 101110 | 0 | 111011 | 11010110 | 1000101 | 11000 |
Color Harmonies of #133868
Complementary color
Monochromatic Colors of #133868
Black with #133868
Text Example
Text Example
White with #133868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133868; }
p { color: rgb(19,56,104); }
H1.HeaderClassName
{
color: #133868;
}
.AnyTagClassName
{
color: #133868;
}
</style>
background-color css
<style>
a { background-color: #133868; }
a { background-color: rgb(19,56,104); }
div.DivClassName
{
background-color: #133868;
}
.BgClassName
{
background-color: #133868;
}
</style>
border-color css
<style>
span { border-color: #133868; }
span { border-color: rgb(19,56,104); }
td.TdClassName
{
border-color: #133868;
}
.TagClassName
{
border-color: #133868;
}
</style>