Shades of Prussian Blue #093873
Tints of Prussian Blue #093873
RGB
CMYK
RGB Variations
Color information
#093873 (or 0x093873) is known color: Prussian Blue. HEX triplet: 09, 38 and 73. RGB value is (9,56,115). Sum of RGB (Red+Green+Blue) = 9+56+115=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #093873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093873 is #F6C78C. Grayscale: #303030. Windows color (decimal): -16172941 or 7550985. OLE color: 7550985.
HSL color Cylindrical-coordinate representation of color #093873: hue angle of 213.4º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093873 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 56 | 115 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.55 |
| HSL | 213.4º | 0.85% | 0.24% | - |
| HSV(B) | 213.4º | 0.92% | 0.45% | - |
| XYZ | 4.62 | 4.12 | 16.77 | - |
| YUV | 48.67 | 165.43 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 115 | 0.92 | 0.51 | 0 | 0.55 | 213.4 | 0.85 | 0.24 |
| Hex | 9 | 38 | 73 | 5C | 33 | 0 | 37 | D5 | 55 | 18 |
| Octal | 11 | 70 | 163 | 134 | 63 | 0 | 67 | 325 | 125 | 30 |
| Binary | 1001 | 111000 | 1110011 | 1011100 | 110011 | 0 | 110111 | 11010101 | 1010101 | 11000 |
Color Harmonies of #093873
Complementary color
Monochromatic Colors of #093873
Black with #093873
Text Example
Text Example
White with #093873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093873; }
p { color: rgb(9,56,115); }
H1.HeaderClassName
{
color: #093873;
}
.AnyTagClassName
{
color: #093873;
}
</style>
background-color css
<style>
a { background-color: #093873; }
a { background-color: rgb(9,56,115); }
div.DivClassName
{
background-color: #093873;
}
.BgClassName
{
background-color: #093873;
}
</style>
border-color css
<style>
span { border-color: #093873; }
span { border-color: rgb(9,56,115); }
td.TdClassName
{
border-color: #093873;
}
.TagClassName
{
border-color: #093873;
}
</style>