Shades of Prussian Blue #07315A
Tints of Prussian Blue #07315A
RGB
CMYK
RGB Variations
Color information
#07315A (or 0x07315A) is known color: Prussian Blue. HEX triplet: 07, 31 and 5A. RGB value is (7,49,90). Sum of RGB (Red+Green+Blue) = 7+49+90=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #07315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07315A is #F8CEA5. Grayscale: #282828. Windows color (decimal): -16305830 or 5910791. OLE color: 5910791.
HSL color Cylindrical-coordinate representation of color #07315A: hue angle of 209.64º 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 #07315A is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 49 | 90 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.65 |
| HSL | 209.64º | 0.86% | 0.19% | - |
| HSV(B) | 209.64º | 0.92% | 0.35% | - |
| XYZ | 3.03 | 2.98 | 10.09 | - |
| YUV | 41.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 90 | 0.92 | 0.46 | 0 | 0.65 | 209.64 | 0.86 | 0.19 |
| Hex | 7 | 31 | 5A | 5C | 2E | 0 | 41 | D2 | 56 | 13 |
| Octal | 7 | 61 | 132 | 134 | 56 | 0 | 101 | 322 | 126 | 23 |
| Binary | 111 | 110001 | 1011010 | 1011100 | 101110 | 0 | 1000001 | 11010010 | 1010110 | 10011 |
Color Harmonies of #07315A
Complementary color
Monochromatic Colors of #07315A
Black with #07315A
Text Example
Text Example
White with #07315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07315A; }
p { color: rgb(7,49,90); }
H1.HeaderClassName
{
color: #07315A;
}
.AnyTagClassName
{
color: #07315A;
}
</style>
background-color css
<style>
a { background-color: #07315A; }
a { background-color: rgb(7,49,90); }
div.DivClassName
{
background-color: #07315A;
}
.BgClassName
{
background-color: #07315A;
}
</style>
border-color css
<style>
span { border-color: #07315A; }
span { border-color: rgb(7,49,90); }
td.TdClassName
{
border-color: #07315A;
}
.TagClassName
{
border-color: #07315A;
}
</style>