Shades of Prussian Blue #073A6A
Tints of Prussian Blue #073A6A
RGB
CMYK
RGB Variations
Color information
#073A6A (or 0x073A6A) is known color: Prussian Blue. HEX triplet: 07, 3A and 6A. RGB value is (7,58,106). Sum of RGB (Red+Green+Blue) = 7+58+106=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #073A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A6A is #F8C595. Grayscale: #2F2F2F. Windows color (decimal): -16303510 or 6961671. OLE color: 6961671.
HSL color Cylindrical-coordinate representation of color #073A6A: hue angle of 209.09º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073A6A is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 58 | 106 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.58 |
| HSL | 209.09º | 0.88% | 0.22% | - |
| HSV(B) | 209.09º | 0.93% | 0.42% | - |
| XYZ | 4.2 | 4.11 | 14.21 | - |
| YUV | 48.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 106 | 0.93 | 0.45 | 0 | 0.58 | 209.09 | 0.88 | 0.22 |
| Hex | 7 | 3A | 6A | 5D | 2D | 0 | 3A | D1 | 58 | 16 |
| Octal | 7 | 72 | 152 | 135 | 55 | 0 | 72 | 321 | 130 | 26 |
| Binary | 111 | 111010 | 1101010 | 1011101 | 101101 | 0 | 111010 | 11010001 | 1011000 | 10110 |
Color Harmonies of #073A6A
Complementary color
Monochromatic Colors of #073A6A
Black with #073A6A
Text Example
Text Example
White with #073A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A6A; }
p { color: rgb(7,58,106); }
H1.HeaderClassName
{
color: #073A6A;
}
.AnyTagClassName
{
color: #073A6A;
}
</style>
background-color css
<style>
a { background-color: #073A6A; }
a { background-color: rgb(7,58,106); }
div.DivClassName
{
background-color: #073A6A;
}
.BgClassName
{
background-color: #073A6A;
}
</style>
border-color css
<style>
span { border-color: #073A6A; }
span { border-color: rgb(7,58,106); }
td.TdClassName
{
border-color: #073A6A;
}
.TagClassName
{
border-color: #073A6A;
}
</style>