Shades of Prussian Blue #013357
Tints of Prussian Blue #013357
RGB
CMYK
RGB Variations
Color information
#013357 (or 0x013357) is known color: Prussian Blue. HEX triplet: 01, 33 and 57. RGB value is (1,51,87). Sum of RGB (Red+Green+Blue) = 1+51+87=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #013357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013357 is #FECCA8. Grayscale: #272727. Windows color (decimal): -16698537 or 5714689. OLE color: 5714689.
HSL color Cylindrical-coordinate representation of color #013357: hue angle of 205.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013357 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 51 | 87 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.66 |
| HSL | 205.12º | 0.98% | 0.17% | - |
| HSV(B) | 205.12º | 0.99% | 0.34% | - |
| XYZ | 2.92 | 3.06 | 9.45 | - |
| YUV | 40.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 87 | 0.99 | 0.41 | 0 | 0.66 | 205.12 | 0.98 | 0.17 |
| Hex | 1 | 33 | 57 | 63 | 29 | 0 | 42 | CD | 62 | 11 |
| Octal | 1 | 63 | 127 | 143 | 51 | 0 | 102 | 315 | 142 | 21 |
| Binary | 1 | 110011 | 1010111 | 1100011 | 101001 | 0 | 1000010 | 11001101 | 1100010 | 10001 |
Color Harmonies of #013357
Complementary color
Monochromatic Colors of #013357
Black with #013357
Text Example
Text Example
White with #013357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013357; }
p { color: rgb(1,51,87); }
H1.HeaderClassName
{
color: #013357;
}
.AnyTagClassName
{
color: #013357;
}
</style>
background-color css
<style>
a { background-color: #013357; }
a { background-color: rgb(1,51,87); }
div.DivClassName
{
background-color: #013357;
}
.BgClassName
{
background-color: #013357;
}
</style>
border-color css
<style>
span { border-color: #013357; }
span { border-color: rgb(1,51,87); }
td.TdClassName
{
border-color: #013357;
}
.TagClassName
{
border-color: #013357;
}
</style>