Shades of Prussian Blue #074067
Tints of Prussian Blue #074067
RGB
CMYK
RGB Variations
Color information
#074067 (or 0x074067) is known color: Prussian Blue. HEX triplet: 07, 40 and 67. RGB value is (7,64,103). Sum of RGB (Red+Green+Blue) = 7+64+103=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #074067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074067 is #F8BF98. Grayscale: #333333. Windows color (decimal): -16301977 or 6766599. OLE color: 6766599.
HSL color Cylindrical-coordinate representation of color #074067: hue angle of 204.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074067 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 64 | 103 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.60 |
| HSL | 204.38º | 0.87% | 0.22% | - |
| HSV(B) | 204.38º | 0.93% | 0.4% | - |
| XYZ | 4.37 | 4.69 | 13.51 | - |
| YUV | 51.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 103 | 0.93 | 0.38 | 0 | 0.60 | 204.38 | 0.87 | 0.22 |
| Hex | 7 | 40 | 67 | 5D | 26 | 0 | 3C | CC | 57 | 16 |
| Octal | 7 | 100 | 147 | 135 | 46 | 0 | 74 | 314 | 127 | 26 |
| Binary | 111 | 1000000 | 1100111 | 1011101 | 100110 | 0 | 111100 | 11001100 | 1010111 | 10110 |
Color Harmonies of #074067
Complementary color
Monochromatic Colors of #074067
Black with #074067
Text Example
Text Example
White with #074067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074067; }
p { color: rgb(7,64,103); }
H1.HeaderClassName
{
color: #074067;
}
.AnyTagClassName
{
color: #074067;
}
</style>
background-color css
<style>
a { background-color: #074067; }
a { background-color: rgb(7,64,103); }
div.DivClassName
{
background-color: #074067;
}
.BgClassName
{
background-color: #074067;
}
</style>
border-color css
<style>
span { border-color: #074067; }
span { border-color: rgb(7,64,103); }
td.TdClassName
{
border-color: #074067;
}
.TagClassName
{
border-color: #074067;
}
</style>