Shades of Prussian Blue #013373
Tints of Prussian Blue #013373
RGB
CMYK
RGB Variations
Color information
#013373 (or 0x013373) is known color: Prussian Blue. HEX triplet: 01, 33 and 73. RGB value is (1,51,115). Sum of RGB (Red+Green+Blue) = 1+51+115=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #013373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013373 is #FECC8C. Grayscale: #2B2B2B. Windows color (decimal): -16698509 or 7549697. OLE color: 7549697.
HSL color Cylindrical-coordinate representation of color #013373: hue angle of 213.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013373 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 51 | 115 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.55 |
| HSL | 213.68º | 0.98% | 0.23% | - |
| HSV(B) | 213.68º | 0.99% | 0.45% | - |
| XYZ | 4.29 | 3.61 | 16.69 | - |
| YUV | 43.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 115 | 0.99 | 0.56 | 0 | 0.55 | 213.68 | 0.98 | 0.23 |
| Hex | 1 | 33 | 73 | 63 | 38 | 0 | 37 | D6 | 62 | 17 |
| Octal | 1 | 63 | 163 | 143 | 70 | 0 | 67 | 326 | 142 | 27 |
| Binary | 1 | 110011 | 1110011 | 1100011 | 111000 | 0 | 110111 | 11010110 | 1100010 | 10111 |
Color Harmonies of #013373
Complementary color
Monochromatic Colors of #013373
Black with #013373
Text Example
Text Example
White with #013373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013373; }
p { color: rgb(1,51,115); }
H1.HeaderClassName
{
color: #013373;
}
.AnyTagClassName
{
color: #013373;
}
</style>
background-color css
<style>
a { background-color: #013373; }
a { background-color: rgb(1,51,115); }
div.DivClassName
{
background-color: #013373;
}
.BgClassName
{
background-color: #013373;
}
</style>
border-color css
<style>
span { border-color: #013373; }
span { border-color: rgb(1,51,115); }
td.TdClassName
{
border-color: #013373;
}
.TagClassName
{
border-color: #013373;
}
</style>