Shades of Prussian Blue #07345A
Tints of Prussian Blue #07345A
RGB
CMYK
RGB Variations
Color information
#07345A (or 0x07345A) is known color: Prussian Blue. HEX triplet: 07, 34 and 5A. RGB value is (7,52,90). Sum of RGB (Red+Green+Blue) = 7+52+90=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #07345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07345A is #F8CBA5. Grayscale: #2A2A2A. Windows color (decimal): -16305062 or 5911559. OLE color: 5911559.
HSL color Cylindrical-coordinate representation of color #07345A: hue angle of 207.47º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07345A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 52 | 90 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.65 |
| HSL | 207.47º | 0.86% | 0.19% | - |
| HSV(B) | 207.47º | 0.92% | 0.35% | - |
| XYZ | 3.16 | 3.24 | 10.13 | - |
| YUV | 42.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 90 | 0.92 | 0.42 | 0 | 0.65 | 207.47 | 0.86 | 0.19 |
| Hex | 7 | 34 | 5A | 5C | 2A | 0 | 41 | CF | 56 | 13 |
| Octal | 7 | 64 | 132 | 134 | 52 | 0 | 101 | 317 | 126 | 23 |
| Binary | 111 | 110100 | 1011010 | 1011100 | 101010 | 0 | 1000001 | 11001111 | 1010110 | 10011 |
Color Harmonies of #07345A
Complementary color
Monochromatic Colors of #07345A
Black with #07345A
Text Example
Text Example
White with #07345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07345A; }
p { color: rgb(7,52,90); }
H1.HeaderClassName
{
color: #07345A;
}
.AnyTagClassName
{
color: #07345A;
}
</style>
background-color css
<style>
a { background-color: #07345A; }
a { background-color: rgb(7,52,90); }
div.DivClassName
{
background-color: #07345A;
}
.BgClassName
{
background-color: #07345A;
}
</style>
border-color css
<style>
span { border-color: #07345A; }
span { border-color: rgb(7,52,90); }
td.TdClassName
{
border-color: #07345A;
}
.TagClassName
{
border-color: #07345A;
}
</style>