Shades of Prussian Blue #093355
Tints of Prussian Blue #093355
RGB
CMYK
RGB Variations
Color information
#093355 (or 0x093355) is known color: Prussian Blue. HEX triplet: 09, 33 and 55. RGB value is (9,51,85). Sum of RGB (Red+Green+Blue) = 9+51+85=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #093355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093355 is #F6CCAA. Grayscale: #2A2A2A. Windows color (decimal): -16174251 or 5583625. OLE color: 5583625.
HSL color Cylindrical-coordinate representation of color #093355: hue angle of 206.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093355 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 51 | 85 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.67 |
| HSL | 206.84º | 0.81% | 0.18% | - |
| HSV(B) | 206.84º | 0.89% | 0.33% | - |
| XYZ | 2.94 | 3.08 | 9.03 | - |
| YUV | 42.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 85 | 0.89 | 0.40 | 0 | 0.67 | 206.84 | 0.81 | 0.18 |
| Hex | 9 | 33 | 55 | 59 | 28 | 0 | 43 | CF | 51 | 12 |
| Octal | 11 | 63 | 125 | 131 | 50 | 0 | 103 | 317 | 121 | 22 |
| Binary | 1001 | 110011 | 1010101 | 1011001 | 101000 | 0 | 1000011 | 11001111 | 1010001 | 10010 |
Color Harmonies of #093355
Complementary color
Monochromatic Colors of #093355
Black with #093355
Text Example
Text Example
White with #093355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093355; }
p { color: rgb(9,51,85); }
H1.HeaderClassName
{
color: #093355;
}
.AnyTagClassName
{
color: #093355;
}
</style>
background-color css
<style>
a { background-color: #093355; }
a { background-color: rgb(9,51,85); }
div.DivClassName
{
background-color: #093355;
}
.BgClassName
{
background-color: #093355;
}
</style>
border-color css
<style>
span { border-color: #093355; }
span { border-color: rgb(9,51,85); }
td.TdClassName
{
border-color: #093355;
}
.TagClassName
{
border-color: #093355;
}
</style>