Shades of Prussian Blue #07365D
Tints of Prussian Blue #07365D
RGB
CMYK
RGB Variations
Color information
#07365D (or 0x07365D) is known color: Prussian Blue. HEX triplet: 07, 36 and 5D. RGB value is (7,54,93). Sum of RGB (Red+Green+Blue) = 7+54+93=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #07365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07365D is #F8C9A2. Grayscale: #2C2C2C. Windows color (decimal): -16304547 or 6108679. OLE color: 6108679.
HSL color Cylindrical-coordinate representation of color #07365D: hue angle of 207.21º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07365D is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 54 | 93 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.64 |
| HSL | 207.21º | 0.86% | 0.2% | - |
| HSV(B) | 207.21º | 0.92% | 0.36% | - |
| XYZ | 3.38 | 3.47 | 10.85 | - |
| YUV | 44.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 93 | 0.92 | 0.42 | 0 | 0.64 | 207.21 | 0.86 | 0.2 |
| Hex | 7 | 36 | 5D | 5C | 2A | 0 | 40 | CF | 56 | 14 |
| Octal | 7 | 66 | 135 | 134 | 52 | 0 | 100 | 317 | 126 | 24 |
| Binary | 111 | 110110 | 1011101 | 1011100 | 101010 | 0 | 1000000 | 11001111 | 1010110 | 10100 |
Color Harmonies of #07365D
Complementary color
Monochromatic Colors of #07365D
Black with #07365D
Text Example
Text Example
White with #07365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07365D; }
p { color: rgb(7,54,93); }
H1.HeaderClassName
{
color: #07365D;
}
.AnyTagClassName
{
color: #07365D;
}
</style>
background-color css
<style>
a { background-color: #07365D; }
a { background-color: rgb(7,54,93); }
div.DivClassName
{
background-color: #07365D;
}
.BgClassName
{
background-color: #07365D;
}
</style>
border-color css
<style>
span { border-color: #07365D; }
span { border-color: rgb(7,54,93); }
td.TdClassName
{
border-color: #07365D;
}
.TagClassName
{
border-color: #07365D;
}
</style>