Shades of Prussian Blue #09345E
Tints of Prussian Blue #09345E
RGB
CMYK
RGB Variations
Color information
#09345E (or 0x09345E) is known color: Prussian Blue. HEX triplet: 09, 34 and 5E. RGB value is (9,52,94). Sum of RGB (Red+Green+Blue) = 9+52+94=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #09345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09345E is #F6CBA1. Grayscale: #2B2B2B. Windows color (decimal): -16173986 or 6173705. OLE color: 6173705.
HSL color Cylindrical-coordinate representation of color #09345E: hue angle of 209.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09345E is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 52 | 94 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.63 |
| HSL | 209.65º | 0.83% | 0.2% | - |
| HSV(B) | 209.65º | 0.9% | 0.37% | - |
| XYZ | 3.36 | 3.32 | 11.05 | - |
| YUV | 43.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 94 | 0.90 | 0.45 | 0 | 0.63 | 209.65 | 0.83 | 0.2 |
| Hex | 9 | 34 | 5E | 5A | 2D | 0 | 3F | D2 | 53 | 14 |
| Octal | 11 | 64 | 136 | 132 | 55 | 0 | 77 | 322 | 123 | 24 |
| Binary | 1001 | 110100 | 1011110 | 1011010 | 101101 | 0 | 111111 | 11010010 | 1010011 | 10100 |
Color Harmonies of #09345E
Complementary color
Monochromatic Colors of #09345E
Black with #09345E
Text Example
Text Example
White with #09345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09345E; }
p { color: rgb(9,52,94); }
H1.HeaderClassName
{
color: #09345E;
}
.AnyTagClassName
{
color: #09345E;
}
</style>
background-color css
<style>
a { background-color: #09345E; }
a { background-color: rgb(9,52,94); }
div.DivClassName
{
background-color: #09345E;
}
.BgClassName
{
background-color: #09345E;
}
</style>
border-color css
<style>
span { border-color: #09345E; }
span { border-color: rgb(9,52,94); }
td.TdClassName
{
border-color: #09345E;
}
.TagClassName
{
border-color: #09345E;
}
</style>