Shades of Prussian Blue #073378
Tints of Prussian Blue #073378
RGB
CMYK
RGB Variations
Color information
#073378 (or 0x073378) is known color: Prussian Blue. HEX triplet: 07, 33 and 78. RGB value is (7,51,120). Sum of RGB (Red+Green+Blue) = 7+51+120=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #073378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073378 is #F8CC87. Grayscale: #2D2D2D. Windows color (decimal): -16305288 or 7877383. OLE color: 7877383.
HSL color Cylindrical-coordinate representation of color #073378: hue angle of 216.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073378 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 51 | 120 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.53 |
| HSL | 216.64º | 0.89% | 0.25% | - |
| HSV(B) | 216.64º | 0.94% | 0.47% | - |
| XYZ | 4.66 | 3.77 | 18.25 | - |
| YUV | 45.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 120 | 0.94 | 0.58 | 0 | 0.53 | 216.64 | 0.89 | 0.25 |
| Hex | 7 | 33 | 78 | 5E | 3A | 0 | 35 | D9 | 59 | 19 |
| Octal | 7 | 63 | 170 | 136 | 72 | 0 | 65 | 331 | 131 | 31 |
| Binary | 111 | 110011 | 1111000 | 1011110 | 111010 | 0 | 110101 | 11011001 | 1011001 | 11001 |
Color Harmonies of #073378
Complementary color
Monochromatic Colors of #073378
Black with #073378
Text Example
Text Example
White with #073378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073378; }
p { color: rgb(7,51,120); }
H1.HeaderClassName
{
color: #073378;
}
.AnyTagClassName
{
color: #073378;
}
</style>
background-color css
<style>
a { background-color: #073378; }
a { background-color: rgb(7,51,120); }
div.DivClassName
{
background-color: #073378;
}
.BgClassName
{
background-color: #073378;
}
</style>
border-color css
<style>
span { border-color: #073378; }
span { border-color: rgb(7,51,120); }
td.TdClassName
{
border-color: #073378;
}
.TagClassName
{
border-color: #073378;
}
</style>