Shades of Prussian Blue #013266
Tints of Prussian Blue #013266
RGB
CMYK
RGB Variations
Color information
#013266 (or 0x013266) is known color: Prussian Blue. HEX triplet: 01, 32 and 66. RGB value is (1,50,102). Sum of RGB (Red+Green+Blue) = 1+50+102=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #013266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013266 is #FECD99. Grayscale: #292929. Windows color (decimal): -16698778 or 6697473. OLE color: 6697473.
HSL color Cylindrical-coordinate representation of color #013266: hue angle of 210.89º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013266 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 50 | 102 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.6 |
| HSL | 210.89º | 0.98% | 0.2% | - |
| HSV(B) | 210.89º | 0.99% | 0.4% | - |
| XYZ | 3.55 | 3.25 | 13.01 | - |
| YUV | 41.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 102 | 0.99 | 0.51 | 0 | 0.6 | 210.89 | 0.98 | 0.2 |
| Hex | 1 | 32 | 66 | 63 | 33 | 0 | 3C | D3 | 62 | 14 |
| Octal | 1 | 62 | 146 | 143 | 63 | 0 | 74 | 323 | 142 | 24 |
| Binary | 1 | 110010 | 1100110 | 1100011 | 110011 | 0 | 111100 | 11010011 | 1100010 | 10100 |
Color Harmonies of #013266
Complementary color
Monochromatic Colors of #013266
Black with #013266
Text Example
Text Example
White with #013266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013266; }
p { color: rgb(1,50,102); }
H1.HeaderClassName
{
color: #013266;
}
.AnyTagClassName
{
color: #013266;
}
</style>
background-color css
<style>
a { background-color: #013266; }
a { background-color: rgb(1,50,102); }
div.DivClassName
{
background-color: #013266;
}
.BgClassName
{
background-color: #013266;
}
</style>
border-color css
<style>
span { border-color: #013266; }
span { border-color: rgb(1,50,102); }
td.TdClassName
{
border-color: #013266;
}
.TagClassName
{
border-color: #013266;
}
</style>