Shades of Prussian Blue #07365B
Tints of Prussian Blue #07365B
RGB
CMYK
RGB Variations
Color information
#07365B (or 0x07365B) is known color: Prussian Blue. HEX triplet: 07, 36 and 5B. RGB value is (7,54,91). Sum of RGB (Red+Green+Blue) = 7+54+91=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #07365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07365B is #F8C9A4. Grayscale: #2B2B2B. Windows color (decimal): -16304549 or 5977607. OLE color: 5977607.
HSL color Cylindrical-coordinate representation of color #07365B: hue angle of 206.43º 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 #07365B is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 54 | 91 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.64 |
| HSL | 206.43º | 0.86% | 0.19% | - |
| HSV(B) | 206.43º | 0.92% | 0.36% | - |
| XYZ | 3.3 | 3.44 | 10.39 | - |
| YUV | 44.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 91 | 0.92 | 0.41 | 0 | 0.64 | 206.43 | 0.86 | 0.19 |
| Hex | 7 | 36 | 5B | 5C | 29 | 0 | 40 | CE | 56 | 13 |
| Octal | 7 | 66 | 133 | 134 | 51 | 0 | 100 | 316 | 126 | 23 |
| Binary | 111 | 110110 | 1011011 | 1011100 | 101001 | 0 | 1000000 | 11001110 | 1010110 | 10011 |
Color Harmonies of #07365B
Complementary color
Monochromatic Colors of #07365B
Black with #07365B
Text Example
Text Example
White with #07365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07365B; }
p { color: rgb(7,54,91); }
H1.HeaderClassName
{
color: #07365B;
}
.AnyTagClassName
{
color: #07365B;
}
</style>
background-color css
<style>
a { background-color: #07365B; }
a { background-color: rgb(7,54,91); }
div.DivClassName
{
background-color: #07365B;
}
.BgClassName
{
background-color: #07365B;
}
</style>
border-color css
<style>
span { border-color: #07365B; }
span { border-color: rgb(7,54,91); }
td.TdClassName
{
border-color: #07365B;
}
.TagClassName
{
border-color: #07365B;
}
</style>