Shades of Prussian Blue #013155
Tints of Prussian Blue #013155
RGB
CMYK
RGB Variations
Color information
#013155 (or 0x013155) is known color: Prussian Blue. HEX triplet: 01, 31 and 55. RGB value is (1,49,85). Sum of RGB (Red+Green+Blue) = 1+49+85=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #013155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013155 is #FECEAA. Grayscale: #262626. Windows color (decimal): -16699051 or 5583105. OLE color: 5583105.
HSL color Cylindrical-coordinate representation of color #013155: hue angle of 205.71º 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 #013155 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 49 | 85 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.67 |
| HSL | 205.71º | 0.98% | 0.17% | - |
| HSV(B) | 205.71º | 0.99% | 0.33% | - |
| XYZ | 2.75 | 2.86 | 9 | - |
| YUV | 38.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 85 | 0.99 | 0.42 | 0 | 0.67 | 205.71 | 0.98 | 0.17 |
| Hex | 1 | 31 | 55 | 63 | 2A | 0 | 43 | CE | 62 | 11 |
| Octal | 1 | 61 | 125 | 143 | 52 | 0 | 103 | 316 | 142 | 21 |
| Binary | 1 | 110001 | 1010101 | 1100011 | 101010 | 0 | 1000011 | 11001110 | 1100010 | 10001 |
Color Harmonies of #013155
Complementary color
Monochromatic Colors of #013155
Black with #013155
Text Example
Text Example
White with #013155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013155; }
p { color: rgb(1,49,85); }
H1.HeaderClassName
{
color: #013155;
}
.AnyTagClassName
{
color: #013155;
}
</style>
background-color css
<style>
a { background-color: #013155; }
a { background-color: rgb(1,49,85); }
div.DivClassName
{
background-color: #013155;
}
.BgClassName
{
background-color: #013155;
}
</style>
border-color css
<style>
span { border-color: #013155; }
span { border-color: rgb(1,49,85); }
td.TdClassName
{
border-color: #013155;
}
.TagClassName
{
border-color: #013155;
}
</style>