Shades of Prussian Blue #07385E
Tints of Prussian Blue #07385E
RGB
CMYK
RGB Variations
Color information
#07385E (or 0x07385E) is known color: Prussian Blue. HEX triplet: 07, 38 and 5E. RGB value is (7,56,94). Sum of RGB (Red+Green+Blue) = 7+56+94=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #07385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07385E is #F8C7A1. Grayscale: #2D2D2D. Windows color (decimal): -16304034 or 6174727. OLE color: 6174727.
HSL color Cylindrical-coordinate representation of color #07385E: hue angle of 206.21º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07385E is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 56 | 94 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.63 |
| HSL | 206.21º | 0.86% | 0.2% | - |
| HSV(B) | 206.21º | 0.93% | 0.37% | - |
| XYZ | 3.52 | 3.68 | 11.11 | - |
| YUV | 45.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 94 | 0.93 | 0.40 | 0 | 0.63 | 206.21 | 0.86 | 0.2 |
| Hex | 7 | 38 | 5E | 5D | 28 | 0 | 3F | CE | 56 | 14 |
| Octal | 7 | 70 | 136 | 135 | 50 | 0 | 77 | 316 | 126 | 24 |
| Binary | 111 | 111000 | 1011110 | 1011101 | 101000 | 0 | 111111 | 11001110 | 1010110 | 10100 |
Color Harmonies of #07385E
Complementary color
Monochromatic Colors of #07385E
Black with #07385E
Text Example
Text Example
White with #07385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07385E; }
p { color: rgb(7,56,94); }
H1.HeaderClassName
{
color: #07385E;
}
.AnyTagClassName
{
color: #07385E;
}
</style>
background-color css
<style>
a { background-color: #07385E; }
a { background-color: rgb(7,56,94); }
div.DivClassName
{
background-color: #07385E;
}
.BgClassName
{
background-color: #07385E;
}
</style>
border-color css
<style>
span { border-color: #07385E; }
span { border-color: rgb(7,56,94); }
td.TdClassName
{
border-color: #07385E;
}
.TagClassName
{
border-color: #07385E;
}
</style>