Shades of Prussian Blue #073668
Tints of Prussian Blue #073668
RGB
CMYK
RGB Variations
Color information
#073668 (or 0x073668) is known color: Prussian Blue. HEX triplet: 07, 36 and 68. RGB value is (7,54,104). Sum of RGB (Red+Green+Blue) = 7+54+104=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #073668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073668 is #F8C997. Grayscale: #2D2D2D. Windows color (decimal): -16304536 or 6829575. OLE color: 6829575.
HSL color Cylindrical-coordinate representation of color #073668: hue angle of 210.93º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073668 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 54 | 104 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.59 |
| HSL | 210.93º | 0.87% | 0.22% | - |
| HSV(B) | 210.93º | 0.93% | 0.41% | - |
| XYZ | 3.91 | 3.68 | 13.6 | - |
| YUV | 45.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 104 | 0.93 | 0.48 | 0 | 0.59 | 210.93 | 0.87 | 0.22 |
| Hex | 7 | 36 | 68 | 5D | 30 | 0 | 3B | D3 | 57 | 16 |
| Octal | 7 | 66 | 150 | 135 | 60 | 0 | 73 | 323 | 127 | 26 |
| Binary | 111 | 110110 | 1101000 | 1011101 | 110000 | 0 | 111011 | 11010011 | 1010111 | 10110 |
Color Harmonies of #073668
Complementary color
Monochromatic Colors of #073668
Black with #073668
Text Example
Text Example
White with #073668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073668; }
p { color: rgb(7,54,104); }
H1.HeaderClassName
{
color: #073668;
}
.AnyTagClassName
{
color: #073668;
}
</style>
background-color css
<style>
a { background-color: #073668; }
a { background-color: rgb(7,54,104); }
div.DivClassName
{
background-color: #073668;
}
.BgClassName
{
background-color: #073668;
}
</style>
border-color css
<style>
span { border-color: #073668; }
span { border-color: rgb(7,54,104); }
td.TdClassName
{
border-color: #073668;
}
.TagClassName
{
border-color: #073668;
}
</style>