Shades of Prussian Blue #09345B
Tints of Prussian Blue #09345B
RGB
CMYK
RGB Variations
Color information
#09345B (or 0x09345B) is known color: Prussian Blue. HEX triplet: 09, 34 and 5B. RGB value is (9,52,91). Sum of RGB (Red+Green+Blue) = 9+52+91=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 52 (20.70% from 255 or 34.21% 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 #09345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09345B is #F6CBA4. Grayscale: #2B2B2B. Windows color (decimal): -16173989 or 5977097. OLE color: 5977097.
HSL color Cylindrical-coordinate representation of color #09345B: hue angle of 208.54º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09345B is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 52 | 91 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.64 |
| HSL | 208.54º | 0.82% | 0.2% | - |
| HSV(B) | 208.54º | 0.9% | 0.36% | - |
| XYZ | 3.23 | 3.27 | 10.36 | - |
| YUV | 43.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 91 | 0.90 | 0.43 | 0 | 0.64 | 208.54 | 0.82 | 0.2 |
| Hex | 9 | 34 | 5B | 5A | 2B | 0 | 40 | D1 | 52 | 14 |
| Octal | 11 | 64 | 133 | 132 | 53 | 0 | 100 | 321 | 122 | 24 |
| Binary | 1001 | 110100 | 1011011 | 1011010 | 101011 | 0 | 1000000 | 11010001 | 1010010 | 10100 |
Color Harmonies of #09345B
Complementary color
Monochromatic Colors of #09345B
Black with #09345B
Text Example
Text Example
White with #09345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09345B; }
p { color: rgb(9,52,91); }
H1.HeaderClassName
{
color: #09345B;
}
.AnyTagClassName
{
color: #09345B;
}
</style>
background-color css
<style>
a { background-color: #09345B; }
a { background-color: rgb(9,52,91); }
div.DivClassName
{
background-color: #09345B;
}
.BgClassName
{
background-color: #09345B;
}
</style>
border-color css
<style>
span { border-color: #09345B; }
span { border-color: rgb(9,52,91); }
td.TdClassName
{
border-color: #09345B;
}
.TagClassName
{
border-color: #09345B;
}
</style>