Shades of Prussian Blue #003373
Tints of Prussian Blue #003373
RGB
CMYK
RGB Variations
Color information
#003373 (or 0x003373) is known color: Prussian Blue. HEX triplet: 00, 33 and 73. RGB value is (0,51,115). Sum of RGB (Red+Green+Blue) = 0+51+115=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #003373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003373 is #FFCC8C. Grayscale: #2A2A2A. Windows color (decimal): -16764045 or 7549696. OLE color: 7549696.
HSL color Cylindrical-coordinate representation of color #003373: hue angle of 213.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003373 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 51 | 115 | - |
| CMYK | 1 | 0.56 | 0 | 0.55 |
| HSL | 213.39º | 1% | 0.23% | - |
| HSV(B) | 213.39º | 1% | 0.45% | - |
| XYZ | 4.28 | 3.61 | 16.69 | - |
| YUV | 43.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 115 | 1 | 0.56 | 0 | 0.55 | 213.39 | 1 | 0.23 |
| Hex | 0 | 33 | 73 | 64 | 38 | 0 | 37 | D5 | 64 | 17 |
| Octal | 0 | 63 | 163 | 144 | 70 | 0 | 67 | 325 | 144 | 27 |
| Binary | 0 | 110011 | 1110011 | 1100100 | 111000 | 0 | 110111 | 11010101 | 1100100 | 10111 |
Color Harmonies of #003373
Complementary color
Monochromatic Colors of #003373
Black with #003373
Text Example
Text Example
White with #003373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003373; }
p { color: rgb(0,51,115); }
H1.HeaderClassName
{
color: #003373;
}
.AnyTagClassName
{
color: #003373;
}
</style>
background-color css
<style>
a { background-color: #003373; }
a { background-color: rgb(0,51,115); }
div.DivClassName
{
background-color: #003373;
}
.BgClassName
{
background-color: #003373;
}
</style>
border-color css
<style>
span { border-color: #003373; }
span { border-color: rgb(0,51,115); }
td.TdClassName
{
border-color: #003373;
}
.TagClassName
{
border-color: #003373;
}
</style>