Shades of Prussian Blue #073B5B
Tints of Prussian Blue #073B5B
RGB
CMYK
RGB Variations
Color information
#073B5B (or 0x073B5B) is known color: Prussian Blue. HEX triplet: 07, 3B and 5B. RGB value is (7,59,91). Sum of RGB (Red+Green+Blue) = 7+59+91=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #073B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B5B is #F8C4A4. Grayscale: #2E2E2E. Windows color (decimal): -16303269 or 5978887. OLE color: 5978887.
HSL color Cylindrical-coordinate representation of color #073B5B: hue angle of 202.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073B5B is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 59 | 91 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.64 |
| HSL | 202.86º | 0.86% | 0.19% | - |
| HSV(B) | 202.86º | 0.92% | 0.36% | - |
| XYZ | 3.54 | 3.93 | 10.47 | - |
| YUV | 47.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 91 | 0.92 | 0.35 | 0 | 0.64 | 202.86 | 0.86 | 0.19 |
| Hex | 7 | 3B | 5B | 5C | 23 | 0 | 40 | CB | 56 | 13 |
| Octal | 7 | 73 | 133 | 134 | 43 | 0 | 100 | 313 | 126 | 23 |
| Binary | 111 | 111011 | 1011011 | 1011100 | 100011 | 0 | 1000000 | 11001011 | 1010110 | 10011 |
Color Harmonies of #073B5B
Complementary color
Monochromatic Colors of #073B5B
Black with #073B5B
Text Example
Text Example
White with #073B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B5B; }
p { color: rgb(7,59,91); }
H1.HeaderClassName
{
color: #073B5B;
}
.AnyTagClassName
{
color: #073B5B;
}
</style>
background-color css
<style>
a { background-color: #073B5B; }
a { background-color: rgb(7,59,91); }
div.DivClassName
{
background-color: #073B5B;
}
.BgClassName
{
background-color: #073B5B;
}
</style>
border-color css
<style>
span { border-color: #073B5B; }
span { border-color: rgb(7,59,91); }
td.TdClassName
{
border-color: #073B5B;
}
.TagClassName
{
border-color: #073B5B;
}
</style>