Shades of Prussian Blue #074566
Tints of Prussian Blue #074566
RGB
CMYK
RGB Variations
Color information
#074566 (or 0x074566) is known color: Prussian Blue. HEX triplet: 07, 45 and 66. RGB value is (7,69,102). Sum of RGB (Red+Green+Blue) = 7+69+102=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #074566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074566 is #F8BA99. Grayscale: #363636. Windows color (decimal): -16300698 or 6702343. OLE color: 6702343.
HSL color Cylindrical-coordinate representation of color #074566: hue angle of 200.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074566 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 69 | 102 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.6 |
| HSL | 200.84º | 0.87% | 0.21% | - |
| HSV(B) | 200.84º | 0.93% | 0.4% | - |
| XYZ | 4.61 | 5.26 | 13.34 | - |
| YUV | 54.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 102 | 0.93 | 0.32 | 0 | 0.6 | 200.84 | 0.87 | 0.21 |
| Hex | 7 | 45 | 66 | 5D | 20 | 0 | 3C | C9 | 57 | 15 |
| Octal | 7 | 105 | 146 | 135 | 40 | 0 | 74 | 311 | 127 | 25 |
| Binary | 111 | 1000101 | 1100110 | 1011101 | 100000 | 0 | 111100 | 11001001 | 1010111 | 10101 |
Color Harmonies of #074566
Complementary color
Monochromatic Colors of #074566
Black with #074566
Text Example
Text Example
White with #074566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074566; }
p { color: rgb(7,69,102); }
H1.HeaderClassName
{
color: #074566;
}
.AnyTagClassName
{
color: #074566;
}
</style>
background-color css
<style>
a { background-color: #074566; }
a { background-color: rgb(7,69,102); }
div.DivClassName
{
background-color: #074566;
}
.BgClassName
{
background-color: #074566;
}
</style>
border-color css
<style>
span { border-color: #074566; }
span { border-color: rgb(7,69,102); }
td.TdClassName
{
border-color: #074566;
}
.TagClassName
{
border-color: #074566;
}
</style>