Shades of Prussian Blue #073663
Tints of Prussian Blue #073663
RGB
CMYK
RGB Variations
Color information
#073663 (or 0x073663) is known color: Prussian Blue. HEX triplet: 07, 36 and 63. RGB value is (7,54,99). Sum of RGB (Red+Green+Blue) = 7+54+99=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #073663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073663 is #F8C99C. Grayscale: #2C2C2C. Windows color (decimal): -16304541 or 6501895. OLE color: 6501895.
HSL color Cylindrical-coordinate representation of color #073663: hue angle of 209.35º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073663 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 54 | 99 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.61 |
| HSL | 209.35º | 0.87% | 0.21% | - |
| HSV(B) | 209.35º | 0.93% | 0.39% | - |
| XYZ | 3.66 | 3.58 | 12.3 | - |
| YUV | 45.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 99 | 0.93 | 0.45 | 0 | 0.61 | 209.35 | 0.87 | 0.21 |
| Hex | 7 | 36 | 63 | 5D | 2D | 0 | 3D | D1 | 57 | 15 |
| Octal | 7 | 66 | 143 | 135 | 55 | 0 | 75 | 321 | 127 | 25 |
| Binary | 111 | 110110 | 1100011 | 1011101 | 101101 | 0 | 111101 | 11010001 | 1010111 | 10101 |
Color Harmonies of #073663
Complementary color
Monochromatic Colors of #073663
Black with #073663
Text Example
Text Example
White with #073663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073663; }
p { color: rgb(7,54,99); }
H1.HeaderClassName
{
color: #073663;
}
.AnyTagClassName
{
color: #073663;
}
</style>
background-color css
<style>
a { background-color: #073663; }
a { background-color: rgb(7,54,99); }
div.DivClassName
{
background-color: #073663;
}
.BgClassName
{
background-color: #073663;
}
</style>
border-color css
<style>
span { border-color: #073663; }
span { border-color: rgb(7,54,99); }
td.TdClassName
{
border-color: #073663;
}
.TagClassName
{
border-color: #073663;
}
</style>