Shades of Prussian Blue #072F63
Tints of Prussian Blue #072F63
RGB
CMYK
RGB Variations
Color information
#072F63 (or 0x072F63) is known color: Prussian Blue. HEX triplet: 07, 2F and 63. RGB value is (7,47,99). Sum of RGB (Red+Green+Blue) = 7+47+99=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #072F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F63 is #F8D09C. Grayscale: #282828. Windows color (decimal): -16306333 or 6500103. OLE color: 6500103.
HSL color Cylindrical-coordinate representation of color #072F63: hue angle of 213.91º 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 #072F63 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 47 | 99 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.61 |
| HSL | 213.91º | 0.87% | 0.21% | - |
| HSV(B) | 213.91º | 0.93% | 0.39% | - |
| XYZ | 3.36 | 2.98 | 12.2 | - |
| YUV | 40.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 99 | 0.93 | 0.53 | 0 | 0.61 | 213.91 | 0.87 | 0.21 |
| Hex | 7 | 2F | 63 | 5D | 35 | 0 | 3D | D6 | 57 | 15 |
| Octal | 7 | 57 | 143 | 135 | 65 | 0 | 75 | 326 | 127 | 25 |
| Binary | 111 | 101111 | 1100011 | 1011101 | 110101 | 0 | 111101 | 11010110 | 1010111 | 10101 |
Color Harmonies of #072F63
Complementary color
Monochromatic Colors of #072F63
Black with #072F63
Text Example
Text Example
White with #072F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F63; }
p { color: rgb(7,47,99); }
H1.HeaderClassName
{
color: #072F63;
}
.AnyTagClassName
{
color: #072F63;
}
</style>
background-color css
<style>
a { background-color: #072F63; }
a { background-color: rgb(7,47,99); }
div.DivClassName
{
background-color: #072F63;
}
.BgClassName
{
background-color: #072F63;
}
</style>
border-color css
<style>
span { border-color: #072F63; }
span { border-color: rgb(7,47,99); }
td.TdClassName
{
border-color: #072F63;
}
.TagClassName
{
border-color: #072F63;
}
</style>