Shades of Prussian Blue #133665
Tints of Prussian Blue #133665
RGB
CMYK
RGB Variations
Color information
#133665 (or 0x133665) is known color: Prussian Blue. HEX triplet: 13, 36 and 65. RGB value is (19,54,101). Sum of RGB (Red+Green+Blue) = 19+54+101=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #133665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133665 is #ECC99A. Grayscale: #303030. Windows color (decimal): -15518107 or 6632979. OLE color: 6632979.
HSL color Cylindrical-coordinate representation of color #133665: hue angle of 214.39º 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 #133665 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 54 | 101 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.60 |
| HSL | 214.39º | 0.68% | 0.24% | - |
| HSV(B) | 214.39º | 0.81% | 0.4% | - |
| XYZ | 3.94 | 3.72 | 12.82 | - |
| YUV | 48.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 101 | 0.81 | 0.47 | 0 | 0.60 | 214.39 | 0.68 | 0.24 |
| Hex | 13 | 36 | 65 | 51 | 2F | 0 | 3C | D6 | 44 | 18 |
| Octal | 23 | 66 | 145 | 121 | 57 | 0 | 74 | 326 | 104 | 30 |
| Binary | 10011 | 110110 | 1100101 | 1010001 | 101111 | 0 | 111100 | 11010110 | 1000100 | 11000 |
Color Harmonies of #133665
Complementary color
Monochromatic Colors of #133665
Black with #133665
Text Example
Text Example
White with #133665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133665; }
p { color: rgb(19,54,101); }
H1.HeaderClassName
{
color: #133665;
}
.AnyTagClassName
{
color: #133665;
}
</style>
background-color css
<style>
a { background-color: #133665; }
a { background-color: rgb(19,54,101); }
div.DivClassName
{
background-color: #133665;
}
.BgClassName
{
background-color: #133665;
}
</style>
border-color css
<style>
span { border-color: #133665; }
span { border-color: rgb(19,54,101); }
td.TdClassName
{
border-color: #133665;
}
.TagClassName
{
border-color: #133665;
}
</style>