Shades of Prussian Blue #074564
Tints of Prussian Blue #074564
RGB
CMYK
RGB Variations
Color information
#074564 (or 0x074564) is known color: Prussian Blue. HEX triplet: 07, 45 and 64. RGB value is (7,69,100). Sum of RGB (Red+Green+Blue) = 7+69+100=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #074564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074564 is #F8BA9B. Grayscale: #353535. Windows color (decimal): -16300700 or 6571271. OLE color: 6571271.
HSL color Cylindrical-coordinate representation of color #074564: hue angle of 200º 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 #074564 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 69 | 100 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.61 |
| HSL | 200º | 0.87% | 0.21% | - |
| HSV(B) | 200º | 0.93% | 0.39% | - |
| XYZ | 4.52 | 5.22 | 12.83 | - |
| YUV | 54 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 100 | 0.93 | 0.31 | 0 | 0.61 | 200 | 0.87 | 0.21 |
| Hex | 7 | 45 | 64 | 5D | 1F | 0 | 3D | C8 | 57 | 15 |
| Octal | 7 | 105 | 144 | 135 | 37 | 0 | 75 | 310 | 127 | 25 |
| Binary | 111 | 1000101 | 1100100 | 1011101 | 11111 | 0 | 111101 | 11001000 | 1010111 | 10101 |
Color Harmonies of #074564
Complementary color
Monochromatic Colors of #074564
Black with #074564
Text Example
Text Example
White with #074564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074564; }
p { color: rgb(7,69,100); }
H1.HeaderClassName
{
color: #074564;
}
.AnyTagClassName
{
color: #074564;
}
</style>
background-color css
<style>
a { background-color: #074564; }
a { background-color: rgb(7,69,100); }
div.DivClassName
{
background-color: #074564;
}
.BgClassName
{
background-color: #074564;
}
</style>
border-color css
<style>
span { border-color: #074564; }
span { border-color: rgb(7,69,100); }
td.TdClassName
{
border-color: #074564;
}
.TagClassName
{
border-color: #074564;
}
</style>