Shades of Prussian Blue #003079
Tints of Prussian Blue #003079
RGB
CMYK
RGB Variations
Color information
#003079 (or 0x003079) is known color: Prussian Blue. HEX triplet: 00, 30 and 79. RGB value is (0,48,121). Sum of RGB (Red+Green+Blue) = 0+48+121=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #003079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003079 is #FFCF86. Grayscale: #292929. Windows color (decimal): -16764807 or 7942144. OLE color: 7942144.
HSL color Cylindrical-coordinate representation of color #003079: hue angle of 216.2º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003079 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 48 | 121 | - |
| CMYK | 1 | 0.60 | 0 | 0.53 |
| HSL | 216.2º | 1% | 0.24% | - |
| HSV(B) | 216.2º | 1% | 0.47% | - |
| XYZ | 4.51 | 3.49 | 18.53 | - |
| YUV | 41.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 121 | 1 | 0.60 | 0 | 0.53 | 216.2 | 1 | 0.24 |
| Hex | 0 | 30 | 79 | 64 | 3C | 0 | 35 | D8 | 64 | 18 |
| Octal | 0 | 60 | 171 | 144 | 74 | 0 | 65 | 330 | 144 | 30 |
| Binary | 0 | 110000 | 1111001 | 1100100 | 111100 | 0 | 110101 | 11011000 | 1100100 | 11000 |
Color Harmonies of #003079
Complementary color
Monochromatic Colors of #003079
Black with #003079
Text Example
Text Example
White with #003079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003079; }
p { color: rgb(0,48,121); }
H1.HeaderClassName
{
color: #003079;
}
.AnyTagClassName
{
color: #003079;
}
</style>
background-color css
<style>
a { background-color: #003079; }
a { background-color: rgb(0,48,121); }
div.DivClassName
{
background-color: #003079;
}
.BgClassName
{
background-color: #003079;
}
</style>
border-color css
<style>
span { border-color: #003079; }
span { border-color: rgb(0,48,121); }
td.TdClassName
{
border-color: #003079;
}
.TagClassName
{
border-color: #003079;
}
</style>