Shades of Prussian Blue #074665
Tints of Prussian Blue #074665
RGB
CMYK
RGB Variations
Color information
#074665 (or 0x074665) is known color: Prussian Blue. HEX triplet: 07, 46 and 65. RGB value is (7,70,101). Sum of RGB (Red+Green+Blue) = 7+70+101=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #074665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074665 is #F8B99A. Grayscale: #363636. Windows color (decimal): -16300443 or 6637063. OLE color: 6637063.
HSL color Cylindrical-coordinate representation of color #074665: hue angle of 199.79º 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 #074665 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 70 | 101 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.60 |
| HSL | 199.79º | 0.87% | 0.21% | - |
| HSV(B) | 199.79º | 0.93% | 0.4% | - |
| XYZ | 4.63 | 5.37 | 13.1 | - |
| YUV | 54.7 | 154.13 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 101 | 0.93 | 0.31 | 0 | 0.60 | 199.79 | 0.87 | 0.21 |
| Hex | 7 | 46 | 65 | 5D | 1F | 0 | 3C | C8 | 57 | 15 |
| Octal | 7 | 106 | 145 | 135 | 37 | 0 | 74 | 310 | 127 | 25 |
| Binary | 111 | 1000110 | 1100101 | 1011101 | 11111 | 0 | 111100 | 11001000 | 1010111 | 10101 |
Color Harmonies of #074665
Complementary color
Monochromatic Colors of #074665
Black with #074665
Text Example
Text Example
White with #074665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074665; }
p { color: rgb(7,70,101); }
H1.HeaderClassName
{
color: #074665;
}
.AnyTagClassName
{
color: #074665;
}
</style>
background-color css
<style>
a { background-color: #074665; }
a { background-color: rgb(7,70,101); }
div.DivClassName
{
background-color: #074665;
}
.BgClassName
{
background-color: #074665;
}
</style>
border-color css
<style>
span { border-color: #074665; }
span { border-color: rgb(7,70,101); }
td.TdClassName
{
border-color: #074665;
}
.TagClassName
{
border-color: #074665;
}
</style>