Shades of Prussian Blue #09315C
Tints of Prussian Blue #09315C
RGB
CMYK
RGB Variations
Color information
#09315C (or 0x09315C) is known color: Prussian Blue. HEX triplet: 09, 31 and 5C. RGB value is (9,49,92). Sum of RGB (Red+Green+Blue) = 9+49+92=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #09315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09315C is #F6CEA3. Grayscale: #292929. Windows color (decimal): -16174756 or 6041865. OLE color: 6041865.
HSL color Cylindrical-coordinate representation of color #09315C: hue angle of 211.08º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09315C is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 49 | 92 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.64 |
| HSL | 211.08º | 0.82% | 0.2% | - |
| HSV(B) | 211.08º | 0.9% | 0.36% | - |
| XYZ | 3.14 | 3.03 | 10.54 | - |
| YUV | 41.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 92 | 0.90 | 0.47 | 0 | 0.64 | 211.08 | 0.82 | 0.2 |
| Hex | 9 | 31 | 5C | 5A | 2F | 0 | 40 | D3 | 52 | 14 |
| Octal | 11 | 61 | 134 | 132 | 57 | 0 | 100 | 323 | 122 | 24 |
| Binary | 1001 | 110001 | 1011100 | 1011010 | 101111 | 0 | 1000000 | 11010011 | 1010010 | 10100 |
Color Harmonies of #09315C
Complementary color
Monochromatic Colors of #09315C
Black with #09315C
Text Example
Text Example
White with #09315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09315C; }
p { color: rgb(9,49,92); }
H1.HeaderClassName
{
color: #09315C;
}
.AnyTagClassName
{
color: #09315C;
}
</style>
background-color css
<style>
a { background-color: #09315C; }
a { background-color: rgb(9,49,92); }
div.DivClassName
{
background-color: #09315C;
}
.BgClassName
{
background-color: #09315C;
}
</style>
border-color css
<style>
span { border-color: #09315C; }
span { border-color: rgb(9,49,92); }
td.TdClassName
{
border-color: #09315C;
}
.TagClassName
{
border-color: #09315C;
}
</style>