Shades of Prussian Blue #013255
Tints of Prussian Blue #013255
RGB
CMYK
RGB Variations
Color information
#013255 (or 0x013255) is known color: Prussian Blue. HEX triplet: 01, 32 and 55. RGB value is (1,50,85). Sum of RGB (Red+Green+Blue) = 1+50+85=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #013255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013255 is #FECDAA. Grayscale: #272727. Windows color (decimal): -16698795 or 5583361. OLE color: 5583361.
HSL color Cylindrical-coordinate representation of color #013255: hue angle of 205º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013255 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 50 | 85 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.67 |
| HSL | 205º | 0.98% | 0.17% | - |
| HSV(B) | 205º | 0.99% | 0.33% | - |
| XYZ | 2.79 | 2.94 | 9.02 | - |
| YUV | 39.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 85 | 0.99 | 0.41 | 0 | 0.67 | 205 | 0.98 | 0.17 |
| Hex | 1 | 32 | 55 | 63 | 29 | 0 | 43 | CD | 62 | 11 |
| Octal | 1 | 62 | 125 | 143 | 51 | 0 | 103 | 315 | 142 | 21 |
| Binary | 1 | 110010 | 1010101 | 1100011 | 101001 | 0 | 1000011 | 11001101 | 1100010 | 10001 |
Color Harmonies of #013255
Complementary color
Monochromatic Colors of #013255
Black with #013255
Text Example
Text Example
White with #013255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013255; }
p { color: rgb(1,50,85); }
H1.HeaderClassName
{
color: #013255;
}
.AnyTagClassName
{
color: #013255;
}
</style>
background-color css
<style>
a { background-color: #013255; }
a { background-color: rgb(1,50,85); }
div.DivClassName
{
background-color: #013255;
}
.BgClassName
{
background-color: #013255;
}
</style>
border-color css
<style>
span { border-color: #013255; }
span { border-color: rgb(1,50,85); }
td.TdClassName
{
border-color: #013255;
}
.TagClassName
{
border-color: #013255;
}
</style>