Shades of Prussian Blue #093160
Tints of Prussian Blue #093160
RGB
CMYK
RGB Variations
Color information
#093160 (or 0x093160) is known color: Prussian Blue. HEX triplet: 09, 31 and 60. RGB value is (9,49,96). Sum of RGB (Red+Green+Blue) = 9+49+96=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #093160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093160 is #F6CE9F. Grayscale: #2A2A2A. Windows color (decimal): -16174752 or 6304009. OLE color: 6304009.
HSL color Cylindrical-coordinate representation of color #093160: hue angle of 212.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093160 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 49 | 96 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.62 |
| HSL | 212.41º | 0.83% | 0.21% | - |
| HSV(B) | 212.41º | 0.91% | 0.38% | - |
| XYZ | 3.32 | 3.1 | 11.49 | - |
| YUV | 42.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 96 | 0.91 | 0.49 | 0 | 0.62 | 212.41 | 0.83 | 0.21 |
| Hex | 9 | 31 | 60 | 5B | 31 | 0 | 3E | D4 | 53 | 15 |
| Octal | 11 | 61 | 140 | 133 | 61 | 0 | 76 | 324 | 123 | 25 |
| Binary | 1001 | 110001 | 1100000 | 1011011 | 110001 | 0 | 111110 | 11010100 | 1010011 | 10101 |
Color Harmonies of #093160
Complementary color
Monochromatic Colors of #093160
Black with #093160
Text Example
Text Example
White with #093160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093160; }
p { color: rgb(9,49,96); }
H1.HeaderClassName
{
color: #093160;
}
.AnyTagClassName
{
color: #093160;
}
</style>
background-color css
<style>
a { background-color: #093160; }
a { background-color: rgb(9,49,96); }
div.DivClassName
{
background-color: #093160;
}
.BgClassName
{
background-color: #093160;
}
</style>
border-color css
<style>
span { border-color: #093160; }
span { border-color: rgb(9,49,96); }
td.TdClassName
{
border-color: #093160;
}
.TagClassName
{
border-color: #093160;
}
</style>