Shades of Prussian Blue #09316C
Tints of Prussian Blue #09316C
RGB
CMYK
RGB Variations
Color information
#09316C (or 0x09316C) is known color: Prussian Blue. HEX triplet: 09, 31 and 6C. RGB value is (9,49,108). Sum of RGB (Red+Green+Blue) = 9+49+108=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #09316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09316C is #F6CE93. Grayscale: #2B2B2B. Windows color (decimal): -16174740 or 7090441. OLE color: 7090441.
HSL color Cylindrical-coordinate representation of color #09316C: hue angle of 215.76º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09316C is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 49 | 108 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.58 |
| HSL | 215.76º | 0.85% | 0.23% | - |
| HSV(B) | 215.76º | 0.92% | 0.42% | - |
| XYZ | 3.92 | 3.34 | 14.63 | - |
| YUV | 43.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 108 | 0.92 | 0.55 | 0 | 0.58 | 215.76 | 0.85 | 0.23 |
| Hex | 9 | 31 | 6C | 5C | 37 | 0 | 3A | D8 | 55 | 17 |
| Octal | 11 | 61 | 154 | 134 | 67 | 0 | 72 | 330 | 125 | 27 |
| Binary | 1001 | 110001 | 1101100 | 1011100 | 110111 | 0 | 111010 | 11011000 | 1010101 | 10111 |
Color Harmonies of #09316C
Complementary color
Monochromatic Colors of #09316C
Black with #09316C
Text Example
Text Example
White with #09316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09316C; }
p { color: rgb(9,49,108); }
H1.HeaderClassName
{
color: #09316C;
}
.AnyTagClassName
{
color: #09316C;
}
</style>
background-color css
<style>
a { background-color: #09316C; }
a { background-color: rgb(9,49,108); }
div.DivClassName
{
background-color: #09316C;
}
.BgClassName
{
background-color: #09316C;
}
</style>
border-color css
<style>
span { border-color: #09316C; }
span { border-color: rgb(9,49,108); }
td.TdClassName
{
border-color: #09316C;
}
.TagClassName
{
border-color: #09316C;
}
</style>