Shades of Prussian Blue #093256
Tints of Prussian Blue #093256
RGB
CMYK
RGB Variations
Color information
#093256 (or 0x093256) is known color: Prussian Blue. HEX triplet: 09, 32 and 56. RGB value is (9,50,86). Sum of RGB (Red+Green+Blue) = 9+50+86=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #093256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093256 is #F6CDA9. Grayscale: #292929. Windows color (decimal): -16174506 or 5648905. OLE color: 5648905.
HSL color Cylindrical-coordinate representation of color #093256: hue angle of 208.05º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093256 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 50 | 86 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.66 |
| HSL | 208.05º | 0.81% | 0.19% | - |
| HSV(B) | 208.05º | 0.9% | 0.34% | - |
| XYZ | 2.93 | 3.01 | 9.23 | - |
| YUV | 41.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 86 | 0.90 | 0.42 | 0 | 0.66 | 208.05 | 0.81 | 0.19 |
| Hex | 9 | 32 | 56 | 5A | 2A | 0 | 42 | D0 | 51 | 13 |
| Octal | 11 | 62 | 126 | 132 | 52 | 0 | 102 | 320 | 121 | 23 |
| Binary | 1001 | 110010 | 1010110 | 1011010 | 101010 | 0 | 1000010 | 11010000 | 1010001 | 10011 |
Color Harmonies of #093256
Complementary color
Monochromatic Colors of #093256
Black with #093256
Text Example
Text Example
White with #093256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093256; }
p { color: rgb(9,50,86); }
H1.HeaderClassName
{
color: #093256;
}
.AnyTagClassName
{
color: #093256;
}
</style>
background-color css
<style>
a { background-color: #093256; }
a { background-color: rgb(9,50,86); }
div.DivClassName
{
background-color: #093256;
}
.BgClassName
{
background-color: #093256;
}
</style>
border-color css
<style>
span { border-color: #093256; }
span { border-color: rgb(9,50,86); }
td.TdClassName
{
border-color: #093256;
}
.TagClassName
{
border-color: #093256;
}
</style>