Shades of Prussian Blue #093675
Tints of Prussian Blue #093675
RGB
CMYK
RGB Variations
Color information
#093675 (or 0x093675) is known color: Prussian Blue. HEX triplet: 09, 36 and 75. RGB value is (9,54,117). Sum of RGB (Red+Green+Blue) = 9+54+117=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #093675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093675 is #F6C98A. Grayscale: #2F2F2F. Windows color (decimal): -16173451 or 7681545. OLE color: 7681545.
HSL color Cylindrical-coordinate representation of color #093675: hue angle of 215º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093675 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 54 | 117 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.54 |
| HSL | 215º | 0.86% | 0.25% | - |
| HSV(B) | 215º | 0.92% | 0.46% | - |
| XYZ | 4.64 | 3.98 | 17.35 | - |
| YUV | 47.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 117 | 0.92 | 0.54 | 0 | 0.54 | 215 | 0.86 | 0.25 |
| Hex | 9 | 36 | 75 | 5C | 36 | 0 | 36 | D7 | 56 | 19 |
| Octal | 11 | 66 | 165 | 134 | 66 | 0 | 66 | 327 | 126 | 31 |
| Binary | 1001 | 110110 | 1110101 | 1011100 | 110110 | 0 | 110110 | 11010111 | 1010110 | 11001 |
Color Harmonies of #093675
Complementary color
Monochromatic Colors of #093675
Black with #093675
Text Example
Text Example
White with #093675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093675; }
p { color: rgb(9,54,117); }
H1.HeaderClassName
{
color: #093675;
}
.AnyTagClassName
{
color: #093675;
}
</style>
background-color css
<style>
a { background-color: #093675; }
a { background-color: rgb(9,54,117); }
div.DivClassName
{
background-color: #093675;
}
.BgClassName
{
background-color: #093675;
}
</style>
border-color css
<style>
span { border-color: #093675; }
span { border-color: rgb(9,54,117); }
td.TdClassName
{
border-color: #093675;
}
.TagClassName
{
border-color: #093675;
}
</style>