Shades of Prussian Blue #07396C
Tints of Prussian Blue #07396C
RGB
CMYK
RGB Variations
Color information
#07396C (or 0x07396C) is known color: Prussian Blue. HEX triplet: 07, 39 and 6C. RGB value is (7,57,108). Sum of RGB (Red+Green+Blue) = 7+57+108=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #07396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07396C is #F8C693. Grayscale: #2F2F2F. Windows color (decimal): -16303764 or 7092487. OLE color: 7092487.
HSL color Cylindrical-coordinate representation of color #07396C: hue angle of 210.3º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07396C is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 57 | 108 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.58 |
| HSL | 210.3º | 0.88% | 0.23% | - |
| HSV(B) | 210.3º | 0.94% | 0.42% | - |
| XYZ | 4.26 | 4.05 | 14.75 | - |
| YUV | 47.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 108 | 0.94 | 0.47 | 0 | 0.58 | 210.3 | 0.88 | 0.23 |
| Hex | 7 | 39 | 6C | 5E | 2F | 0 | 3A | D2 | 58 | 17 |
| Octal | 7 | 71 | 154 | 136 | 57 | 0 | 72 | 322 | 130 | 27 |
| Binary | 111 | 111001 | 1101100 | 1011110 | 101111 | 0 | 111010 | 11010010 | 1011000 | 10111 |
Color Harmonies of #07396C
Complementary color
Monochromatic Colors of #07396C
Black with #07396C
Text Example
Text Example
White with #07396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07396C; }
p { color: rgb(7,57,108); }
H1.HeaderClassName
{
color: #07396C;
}
.AnyTagClassName
{
color: #07396C;
}
</style>
background-color css
<style>
a { background-color: #07396C; }
a { background-color: rgb(7,57,108); }
div.DivClassName
{
background-color: #07396C;
}
.BgClassName
{
background-color: #07396C;
}
</style>
border-color css
<style>
span { border-color: #07396C; }
span { border-color: rgb(7,57,108); }
td.TdClassName
{
border-color: #07396C;
}
.TagClassName
{
border-color: #07396C;
}
</style>