Shades of Prussian Blue #093358
Tints of Prussian Blue #093358
RGB
CMYK
RGB Variations
Color information
#093358 (or 0x093358) is known color: Prussian Blue. HEX triplet: 09, 33 and 58. RGB value is (9,51,88). Sum of RGB (Red+Green+Blue) = 9+51+88=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #093358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093358 is #F6CCA7. Grayscale: #2A2A2A. Windows color (decimal): -16174248 or 5780233. OLE color: 5780233.
HSL color Cylindrical-coordinate representation of color #093358: hue angle of 208.1º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093358 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 51 | 88 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.65 |
| HSL | 208.1º | 0.81% | 0.19% | - |
| HSV(B) | 208.1º | 0.9% | 0.35% | - |
| XYZ | 3.06 | 3.13 | 9.68 | - |
| YUV | 42.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 88 | 0.90 | 0.42 | 0 | 0.65 | 208.1 | 0.81 | 0.19 |
| Hex | 9 | 33 | 58 | 5A | 2A | 0 | 41 | D0 | 51 | 13 |
| Octal | 11 | 63 | 130 | 132 | 52 | 0 | 101 | 320 | 121 | 23 |
| Binary | 1001 | 110011 | 1011000 | 1011010 | 101010 | 0 | 1000001 | 11010000 | 1010001 | 10011 |
Color Harmonies of #093358
Complementary color
Monochromatic Colors of #093358
Black with #093358
Text Example
Text Example
White with #093358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093358; }
p { color: rgb(9,51,88); }
H1.HeaderClassName
{
color: #093358;
}
.AnyTagClassName
{
color: #093358;
}
</style>
background-color css
<style>
a { background-color: #093358; }
a { background-color: rgb(9,51,88); }
div.DivClassName
{
background-color: #093358;
}
.BgClassName
{
background-color: #093358;
}
</style>
border-color css
<style>
span { border-color: #093358; }
span { border-color: rgb(9,51,88); }
td.TdClassName
{
border-color: #093358;
}
.TagClassName
{
border-color: #093358;
}
</style>