Shades of Prussian Blue #07376A
Tints of Prussian Blue #07376A
RGB
CMYK
RGB Variations
Color information
#07376A (or 0x07376A) is known color: Prussian Blue. HEX triplet: 07, 37 and 6A. RGB value is (7,55,106). Sum of RGB (Red+Green+Blue) = 7+55+106=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #07376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07376A is #F8C895. Grayscale: #2E2E2E. Windows color (decimal): -16304278 or 6960903. OLE color: 6960903.
HSL color Cylindrical-coordinate representation of color #07376A: hue angle of 210.91º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07376A is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 55 | 106 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.58 |
| HSL | 210.91º | 0.88% | 0.22% | - |
| HSV(B) | 210.91º | 0.93% | 0.42% | - |
| XYZ | 4.06 | 3.82 | 14.16 | - |
| YUV | 46.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 106 | 0.93 | 0.48 | 0 | 0.58 | 210.91 | 0.88 | 0.22 |
| Hex | 7 | 37 | 6A | 5D | 30 | 0 | 3A | D3 | 58 | 16 |
| Octal | 7 | 67 | 152 | 135 | 60 | 0 | 72 | 323 | 130 | 26 |
| Binary | 111 | 110111 | 1101010 | 1011101 | 110000 | 0 | 111010 | 11010011 | 1011000 | 10110 |
Color Harmonies of #07376A
Complementary color
Monochromatic Colors of #07376A
Black with #07376A
Text Example
Text Example
White with #07376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07376A; }
p { color: rgb(7,55,106); }
H1.HeaderClassName
{
color: #07376A;
}
.AnyTagClassName
{
color: #07376A;
}
</style>
background-color css
<style>
a { background-color: #07376A; }
a { background-color: rgb(7,55,106); }
div.DivClassName
{
background-color: #07376A;
}
.BgClassName
{
background-color: #07376A;
}
</style>
border-color css
<style>
span { border-color: #07376A; }
span { border-color: rgb(7,55,106); }
td.TdClassName
{
border-color: #07376A;
}
.TagClassName
{
border-color: #07376A;
}
</style>