Shades of Prussian Blue #093770
Tints of Prussian Blue #093770
RGB
CMYK
RGB Variations
Color information
#093770 (or 0x093770) is known color: Prussian Blue. HEX triplet: 09, 37 and 70. RGB value is (9,55,112). Sum of RGB (Red+Green+Blue) = 9+55+112=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #093770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093770 is #F6C88F. Grayscale: #2F2F2F. Windows color (decimal): -16173200 or 7354121. OLE color: 7354121.
HSL color Cylindrical-coordinate representation of color #093770: hue angle of 213.2º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093770 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 55 | 112 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.56 |
| HSL | 213.2º | 0.85% | 0.24% | - |
| HSV(B) | 213.2º | 0.92% | 0.44% | - |
| XYZ | 4.4 | 3.96 | 15.86 | - |
| YUV | 47.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 112 | 0.92 | 0.51 | 0 | 0.56 | 213.2 | 0.85 | 0.24 |
| Hex | 9 | 37 | 70 | 5C | 33 | 0 | 38 | D5 | 55 | 18 |
| Octal | 11 | 67 | 160 | 134 | 63 | 0 | 70 | 325 | 125 | 30 |
| Binary | 1001 | 110111 | 1110000 | 1011100 | 110011 | 0 | 111000 | 11010101 | 1010101 | 11000 |
Color Harmonies of #093770
Complementary color
Monochromatic Colors of #093770
Black with #093770
Text Example
Text Example
White with #093770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093770; }
p { color: rgb(9,55,112); }
H1.HeaderClassName
{
color: #093770;
}
.AnyTagClassName
{
color: #093770;
}
</style>
background-color css
<style>
a { background-color: #093770; }
a { background-color: rgb(9,55,112); }
div.DivClassName
{
background-color: #093770;
}
.BgClassName
{
background-color: #093770;
}
</style>
border-color css
<style>
span { border-color: #093770; }
span { border-color: rgb(9,55,112); }
td.TdClassName
{
border-color: #093770;
}
.TagClassName
{
border-color: #093770;
}
</style>