Shades of Prussian Blue #01355E
Tints of Prussian Blue #01355E
RGB
CMYK
RGB Variations
Color information
#01355E (or 0x01355E) is known color: Prussian Blue. HEX triplet: 01, 35 and 5E. RGB value is (1,53,94). Sum of RGB (Red+Green+Blue) = 1+53+94=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #01355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01355E is #FECAA1. Grayscale: #292929. Windows color (decimal): -16698018 or 6173953. OLE color: 6173953.
HSL color Cylindrical-coordinate representation of color #01355E: hue angle of 206.45º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01355E is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 53 | 94 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.63 |
| HSL | 206.45º | 0.98% | 0.19% | - |
| HSV(B) | 206.45º | 0.99% | 0.37% | - |
| XYZ | 3.31 | 3.36 | 11.06 | - |
| YUV | 42.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 94 | 0.99 | 0.44 | 0 | 0.63 | 206.45 | 0.98 | 0.19 |
| Hex | 1 | 35 | 5E | 63 | 2C | 0 | 3F | CE | 62 | 13 |
| Octal | 1 | 65 | 136 | 143 | 54 | 0 | 77 | 316 | 142 | 23 |
| Binary | 1 | 110101 | 1011110 | 1100011 | 101100 | 0 | 111111 | 11001110 | 1100010 | 10011 |
Color Harmonies of #01355E
Complementary color
Monochromatic Colors of #01355E
Black with #01355E
Text Example
Text Example
White with #01355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01355E; }
p { color: rgb(1,53,94); }
H1.HeaderClassName
{
color: #01355E;
}
.AnyTagClassName
{
color: #01355E;
}
</style>
background-color css
<style>
a { background-color: #01355E; }
a { background-color: rgb(1,53,94); }
div.DivClassName
{
background-color: #01355E;
}
.BgClassName
{
background-color: #01355E;
}
</style>
border-color css
<style>
span { border-color: #01355E; }
span { border-color: rgb(1,53,94); }
td.TdClassName
{
border-color: #01355E;
}
.TagClassName
{
border-color: #01355E;
}
</style>