Shades of Prussian Blue #003073
Tints of Prussian Blue #003073
RGB
CMYK
RGB Variations
Color information
#003073 (or 0x003073) is known color: Prussian Blue. HEX triplet: 00, 30 and 73. RGB value is (0,48,115). Sum of RGB (Red+Green+Blue) = 0+48+115=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #003073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003073 is #FFCF8C. Grayscale: #282828. Windows color (decimal): -16764813 or 7548928. OLE color: 7548928.
HSL color Cylindrical-coordinate representation of color #003073: hue angle of 214.96º 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 #003073 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 48 | 115 | - |
| CMYK | 1 | 0.58 | 0 | 0.55 |
| HSL | 214.96º | 1% | 0.23% | - |
| HSV(B) | 214.96º | 1% | 0.45% | - |
| XYZ | 4.15 | 3.35 | 16.65 | - |
| YUV | 41.29 | 169.6 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 115 | 1 | 0.58 | 0 | 0.55 | 214.96 | 1 | 0.23 |
| Hex | 0 | 30 | 73 | 64 | 3A | 0 | 37 | D7 | 64 | 17 |
| Octal | 0 | 60 | 163 | 144 | 72 | 0 | 67 | 327 | 144 | 27 |
| Binary | 0 | 110000 | 1110011 | 1100100 | 111010 | 0 | 110111 | 11010111 | 1100100 | 10111 |
Color Harmonies of #003073
Complementary color
Monochromatic Colors of #003073
Black with #003073
Text Example
Text Example
White with #003073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003073; }
p { color: rgb(0,48,115); }
H1.HeaderClassName
{
color: #003073;
}
.AnyTagClassName
{
color: #003073;
}
</style>
background-color css
<style>
a { background-color: #003073; }
a { background-color: rgb(0,48,115); }
div.DivClassName
{
background-color: #003073;
}
.BgClassName
{
background-color: #003073;
}
</style>
border-color css
<style>
span { border-color: #003073; }
span { border-color: rgb(0,48,115); }
td.TdClassName
{
border-color: #003073;
}
.TagClassName
{
border-color: #003073;
}
</style>