Shades of Prussian Blue #07385A
Tints of Prussian Blue #07385A
RGB
CMYK
RGB Variations
Color information
#07385A (or 0x07385A) is known color: Prussian Blue. HEX triplet: 07, 38 and 5A. RGB value is (7,56,90). Sum of RGB (Red+Green+Blue) = 7+56+90=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #07385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07385A is #F8C7A5. Grayscale: #2D2D2D. Windows color (decimal): -16304038 or 5912583. OLE color: 5912583.
HSL color Cylindrical-coordinate representation of color #07385A: hue angle of 204.58º 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 #07385A is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 56 | 90 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.65 |
| HSL | 204.58º | 0.86% | 0.19% | - |
| HSV(B) | 204.58º | 0.92% | 0.35% | - |
| XYZ | 3.35 | 3.61 | 10.19 | - |
| YUV | 45.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 90 | 0.92 | 0.38 | 0 | 0.65 | 204.58 | 0.86 | 0.19 |
| Hex | 7 | 38 | 5A | 5C | 26 | 0 | 41 | CD | 56 | 13 |
| Octal | 7 | 70 | 132 | 134 | 46 | 0 | 101 | 315 | 126 | 23 |
| Binary | 111 | 111000 | 1011010 | 1011100 | 100110 | 0 | 1000001 | 11001101 | 1010110 | 10011 |
Color Harmonies of #07385A
Complementary color
Monochromatic Colors of #07385A
Black with #07385A
Text Example
Text Example
White with #07385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07385A; }
p { color: rgb(7,56,90); }
H1.HeaderClassName
{
color: #07385A;
}
.AnyTagClassName
{
color: #07385A;
}
</style>
background-color css
<style>
a { background-color: #07385A; }
a { background-color: rgb(7,56,90); }
div.DivClassName
{
background-color: #07385A;
}
.BgClassName
{
background-color: #07385A;
}
</style>
border-color css
<style>
span { border-color: #07385A; }
span { border-color: rgb(7,56,90); }
td.TdClassName
{
border-color: #07385A;
}
.TagClassName
{
border-color: #07385A;
}
</style>