Shades of Prussian Blue #07445E
Tints of Prussian Blue #07445E
RGB
CMYK
RGB Variations
Color information
#07445E (or 0x07445E) is known color: Prussian Blue. HEX triplet: 07, 44 and 5E. RGB value is (7,68,94). Sum of RGB (Red+Green+Blue) = 7+68+94=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #07445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07445E is #F8BBA1. Grayscale: #343434. Windows color (decimal): -16300962 or 6177799. OLE color: 6177799.
HSL color Cylindrical-coordinate representation of color #07445E: hue angle of 197.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07445E is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 68 | 94 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.63 |
| HSL | 197.93º | 0.86% | 0.2% | - |
| HSV(B) | 197.93º | 0.93% | 0.37% | - |
| XYZ | 4.18 | 4.99 | 11.33 | - |
| YUV | 52.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 94 | 0.93 | 0.28 | 0 | 0.63 | 197.93 | 0.86 | 0.2 |
| Hex | 7 | 44 | 5E | 5D | 1C | 0 | 3F | C6 | 56 | 14 |
| Octal | 7 | 104 | 136 | 135 | 34 | 0 | 77 | 306 | 126 | 24 |
| Binary | 111 | 1000100 | 1011110 | 1011101 | 11100 | 0 | 111111 | 11000110 | 1010110 | 10100 |
Color Harmonies of #07445E
Complementary color
Monochromatic Colors of #07445E
Black with #07445E
Text Example
Text Example
White with #07445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07445E; }
p { color: rgb(7,68,94); }
H1.HeaderClassName
{
color: #07445E;
}
.AnyTagClassName
{
color: #07445E;
}
</style>
background-color css
<style>
a { background-color: #07445E; }
a { background-color: rgb(7,68,94); }
div.DivClassName
{
background-color: #07445E;
}
.BgClassName
{
background-color: #07445E;
}
</style>
border-color css
<style>
span { border-color: #07445E; }
span { border-color: rgb(7,68,94); }
td.TdClassName
{
border-color: #07445E;
}
.TagClassName
{
border-color: #07445E;
}
</style>