Shades of Prussian Blue #074765
Tints of Prussian Blue #074765
RGB
CMYK
RGB Variations
Color information
#074765 (or 0x074765) is known color: Prussian Blue. HEX triplet: 07, 47 and 65. RGB value is (7,71,101). Sum of RGB (Red+Green+Blue) = 7+71+101=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #074765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074765 is #F8B89A. Grayscale: #373737. Windows color (decimal): -16300187 or 6637319. OLE color: 6637319.
HSL color Cylindrical-coordinate representation of color #074765: hue angle of 199.15º 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 #074765 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 71 | 101 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.60 |
| HSL | 199.15º | 0.87% | 0.21% | - |
| HSV(B) | 199.15º | 0.93% | 0.4% | - |
| XYZ | 4.69 | 5.49 | 13.12 | - |
| YUV | 55.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 101 | 0.93 | 0.30 | 0 | 0.60 | 199.15 | 0.87 | 0.21 |
| Hex | 7 | 47 | 65 | 5D | 1E | 0 | 3C | C7 | 57 | 15 |
| Octal | 7 | 107 | 145 | 135 | 36 | 0 | 74 | 307 | 127 | 25 |
| Binary | 111 | 1000111 | 1100101 | 1011101 | 11110 | 0 | 111100 | 11000111 | 1010111 | 10101 |
Color Harmonies of #074765
Complementary color
Monochromatic Colors of #074765
Black with #074765
Text Example
Text Example
White with #074765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074765; }
p { color: rgb(7,71,101); }
H1.HeaderClassName
{
color: #074765;
}
.AnyTagClassName
{
color: #074765;
}
</style>
background-color css
<style>
a { background-color: #074765; }
a { background-color: rgb(7,71,101); }
div.DivClassName
{
background-color: #074765;
}
.BgClassName
{
background-color: #074765;
}
</style>
border-color css
<style>
span { border-color: #074765; }
span { border-color: rgb(7,71,101); }
td.TdClassName
{
border-color: #074765;
}
.TagClassName
{
border-color: #074765;
}
</style>