Shades of Prussian Blue #09316D
Tints of Prussian Blue #09316D
RGB
CMYK
RGB Variations
Color information
#09316D (or 0x09316D) is known color: Prussian Blue. HEX triplet: 09, 31 and 6D. RGB value is (9,49,109). Sum of RGB (Red+Green+Blue) = 9+49+109=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #09316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09316D is #F6CE92. Grayscale: #2B2B2B. Windows color (decimal): -16174739 or 7155977. OLE color: 7155977.
HSL color Cylindrical-coordinate representation of color #09316D: hue angle of 216º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09316D is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 49 | 109 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.57 |
| HSL | 216º | 0.85% | 0.23% | - |
| HSV(B) | 216º | 0.92% | 0.43% | - |
| XYZ | 3.97 | 3.36 | 14.91 | - |
| YUV | 43.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 109 | 0.92 | 0.55 | 0 | 0.57 | 216 | 0.85 | 0.23 |
| Hex | 9 | 31 | 6D | 5C | 37 | 0 | 39 | D8 | 55 | 17 |
| Octal | 11 | 61 | 155 | 134 | 67 | 0 | 71 | 330 | 125 | 27 |
| Binary | 1001 | 110001 | 1101101 | 1011100 | 110111 | 0 | 111001 | 11011000 | 1010101 | 10111 |
Color Harmonies of #09316D
Complementary color
Monochromatic Colors of #09316D
Black with #09316D
Text Example
Text Example
White with #09316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09316D; }
p { color: rgb(9,49,109); }
H1.HeaderClassName
{
color: #09316D;
}
.AnyTagClassName
{
color: #09316D;
}
</style>
background-color css
<style>
a { background-color: #09316D; }
a { background-color: rgb(9,49,109); }
div.DivClassName
{
background-color: #09316D;
}
.BgClassName
{
background-color: #09316D;
}
</style>
border-color css
<style>
span { border-color: #09316D; }
span { border-color: rgb(9,49,109); }
td.TdClassName
{
border-color: #09316D;
}
.TagClassName
{
border-color: #09316D;
}
</style>