Shades of Prussian Blue #07365A
Tints of Prussian Blue #07365A
RGB
CMYK
RGB Variations
Color information
#07365A (or 0x07365A) is known color: Prussian Blue. HEX triplet: 07, 36 and 5A. RGB value is (7,54,90). Sum of RGB (Red+Green+Blue) = 7+54+90=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #07365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07365A is #F8C9A5. Grayscale: #2B2B2B. Windows color (decimal): -16304550 or 5912071. OLE color: 5912071.
HSL color Cylindrical-coordinate representation of color #07365A: hue angle of 206.02º 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 #07365A is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 54 | 90 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.65 |
| HSL | 206.02º | 0.86% | 0.19% | - |
| HSV(B) | 206.02º | 0.92% | 0.35% | - |
| XYZ | 3.25 | 3.42 | 10.16 | - |
| YUV | 44.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 90 | 0.92 | 0.40 | 0 | 0.65 | 206.02 | 0.86 | 0.19 |
| Hex | 7 | 36 | 5A | 5C | 28 | 0 | 41 | CE | 56 | 13 |
| Octal | 7 | 66 | 132 | 134 | 50 | 0 | 101 | 316 | 126 | 23 |
| Binary | 111 | 110110 | 1011010 | 1011100 | 101000 | 0 | 1000001 | 11001110 | 1010110 | 10011 |
Color Harmonies of #07365A
Complementary color
Monochromatic Colors of #07365A
Black with #07365A
Text Example
Text Example
White with #07365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07365A; }
p { color: rgb(7,54,90); }
H1.HeaderClassName
{
color: #07365A;
}
.AnyTagClassName
{
color: #07365A;
}
</style>
background-color css
<style>
a { background-color: #07365A; }
a { background-color: rgb(7,54,90); }
div.DivClassName
{
background-color: #07365A;
}
.BgClassName
{
background-color: #07365A;
}
</style>
border-color css
<style>
span { border-color: #07365A; }
span { border-color: rgb(7,54,90); }
td.TdClassName
{
border-color: #07365A;
}
.TagClassName
{
border-color: #07365A;
}
</style>