Shades of Prussian Blue #07385C
Tints of Prussian Blue #07385C
RGB
CMYK
RGB Variations
Color information
#07385C (or 0x07385C) is known color: Prussian Blue. HEX triplet: 07, 38 and 5C. RGB value is (7,56,92). Sum of RGB (Red+Green+Blue) = 7+56+92=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #07385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07385C is #F8C7A3. Grayscale: #2D2D2D. Windows color (decimal): -16304036 or 6043655. OLE color: 6043655.
HSL color Cylindrical-coordinate representation of color #07385C: hue angle of 205.41º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07385C is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 56 | 92 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.64 |
| HSL | 205.41º | 0.86% | 0.19% | - |
| HSV(B) | 205.41º | 0.92% | 0.36% | - |
| XYZ | 3.43 | 3.65 | 10.65 | - |
| YUV | 45.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 92 | 0.92 | 0.39 | 0 | 0.64 | 205.41 | 0.86 | 0.19 |
| Hex | 7 | 38 | 5C | 5C | 27 | 0 | 40 | CD | 56 | 13 |
| Octal | 7 | 70 | 134 | 134 | 47 | 0 | 100 | 315 | 126 | 23 |
| Binary | 111 | 111000 | 1011100 | 1011100 | 100111 | 0 | 1000000 | 11001101 | 1010110 | 10011 |
Color Harmonies of #07385C
Complementary color
Monochromatic Colors of #07385C
Black with #07385C
Text Example
Text Example
White with #07385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07385C; }
p { color: rgb(7,56,92); }
H1.HeaderClassName
{
color: #07385C;
}
.AnyTagClassName
{
color: #07385C;
}
</style>
background-color css
<style>
a { background-color: #07385C; }
a { background-color: rgb(7,56,92); }
div.DivClassName
{
background-color: #07385C;
}
.BgClassName
{
background-color: #07385C;
}
</style>
border-color css
<style>
span { border-color: #07385C; }
span { border-color: rgb(7,56,92); }
td.TdClassName
{
border-color: #07385C;
}
.TagClassName
{
border-color: #07385C;
}
</style>