Shades of Prussian Blue #074667
Tints of Prussian Blue #074667
RGB
CMYK
RGB Variations
Color information
#074667 (or 0x074667) is known color: Prussian Blue. HEX triplet: 07, 46 and 67. RGB value is (7,70,103). Sum of RGB (Red+Green+Blue) = 7+70+103=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #074667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074667 is #F8B998. Grayscale: #363636. Windows color (decimal): -16300441 or 6768135. OLE color: 6768135.
HSL color Cylindrical-coordinate representation of color #074667: hue angle of 200.62º 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 #074667 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 70 | 103 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.60 |
| HSL | 200.63º | 0.87% | 0.22% | - |
| HSV(B) | 200.63º | 0.93% | 0.4% | - |
| XYZ | 4.73 | 5.4 | 13.63 | - |
| YUV | 54.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 103 | 0.93 | 0.32 | 0 | 0.60 | 200.63 | 0.87 | 0.22 |
| Hex | 7 | 46 | 67 | 5D | 20 | 0 | 3C | C9 | 57 | 16 |
| Octal | 7 | 106 | 147 | 135 | 40 | 0 | 74 | 311 | 127 | 26 |
| Binary | 111 | 1000110 | 1100111 | 1011101 | 100000 | 0 | 111100 | 11001001 | 1010111 | 10110 |
Color Harmonies of #074667
Complementary color
Monochromatic Colors of #074667
Black with #074667
Text Example
Text Example
White with #074667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074667; }
p { color: rgb(7,70,103); }
H1.HeaderClassName
{
color: #074667;
}
.AnyTagClassName
{
color: #074667;
}
</style>
background-color css
<style>
a { background-color: #074667; }
a { background-color: rgb(7,70,103); }
div.DivClassName
{
background-color: #074667;
}
.BgClassName
{
background-color: #074667;
}
</style>
border-color css
<style>
span { border-color: #074667; }
span { border-color: rgb(7,70,103); }
td.TdClassName
{
border-color: #074667;
}
.TagClassName
{
border-color: #074667;
}
</style>