Shades of Prussian Blue #07395A
Tints of Prussian Blue #07395A
RGB
CMYK
RGB Variations
Color information
#07395A (or 0x07395A) is known color: Prussian Blue. HEX triplet: 07, 39 and 5A. RGB value is (7,57,90). Sum of RGB (Red+Green+Blue) = 7+57+90=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #07395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07395A is #F8C6A5. Grayscale: #2D2D2D. Windows color (decimal): -16303782 or 5912839. OLE color: 5912839.
HSL color Cylindrical-coordinate representation of color #07395A: hue angle of 203.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07395A is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 57 | 90 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.65 |
| HSL | 203.86º | 0.86% | 0.19% | - |
| HSV(B) | 203.86º | 0.92% | 0.35% | - |
| XYZ | 3.4 | 3.71 | 10.21 | - |
| YUV | 45.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 90 | 0.92 | 0.37 | 0 | 0.65 | 203.86 | 0.86 | 0.19 |
| Hex | 7 | 39 | 5A | 5C | 25 | 0 | 41 | CC | 56 | 13 |
| Octal | 7 | 71 | 132 | 134 | 45 | 0 | 101 | 314 | 126 | 23 |
| Binary | 111 | 111001 | 1011010 | 1011100 | 100101 | 0 | 1000001 | 11001100 | 1010110 | 10011 |
Color Harmonies of #07395A
Complementary color
Monochromatic Colors of #07395A
Black with #07395A
Text Example
Text Example
White with #07395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07395A; }
p { color: rgb(7,57,90); }
H1.HeaderClassName
{
color: #07395A;
}
.AnyTagClassName
{
color: #07395A;
}
</style>
background-color css
<style>
a { background-color: #07395A; }
a { background-color: rgb(7,57,90); }
div.DivClassName
{
background-color: #07395A;
}
.BgClassName
{
background-color: #07395A;
}
</style>
border-color css
<style>
span { border-color: #07395A; }
span { border-color: rgb(7,57,90); }
td.TdClassName
{
border-color: #07395A;
}
.TagClassName
{
border-color: #07395A;
}
</style>