Shades of Prussian Blue #09315B
Tints of Prussian Blue #09315B
RGB
CMYK
RGB Variations
Color information
#09315B (or 0x09315B) is known color: Prussian Blue. HEX triplet: 09, 31 and 5B. RGB value is (9,49,91). Sum of RGB (Red+Green+Blue) = 9+49+91=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #09315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09315B is #F6CEA4. Grayscale: #292929. Windows color (decimal): -16174757 or 5976329. OLE color: 5976329.
HSL color Cylindrical-coordinate representation of color #09315B: hue angle of 210.73º 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 #09315B is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 49 | 91 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.64 |
| HSL | 210.73º | 0.82% | 0.2% | - |
| HSV(B) | 210.73º | 0.9% | 0.36% | - |
| XYZ | 3.1 | 3.01 | 10.32 | - |
| YUV | 41.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 91 | 0.90 | 0.46 | 0 | 0.64 | 210.73 | 0.82 | 0.2 |
| Hex | 9 | 31 | 5B | 5A | 2E | 0 | 40 | D3 | 52 | 14 |
| Octal | 11 | 61 | 133 | 132 | 56 | 0 | 100 | 323 | 122 | 24 |
| Binary | 1001 | 110001 | 1011011 | 1011010 | 101110 | 0 | 1000000 | 11010011 | 1010010 | 10100 |
Color Harmonies of #09315B
Complementary color
Monochromatic Colors of #09315B
Black with #09315B
Text Example
Text Example
White with #09315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09315B; }
p { color: rgb(9,49,91); }
H1.HeaderClassName
{
color: #09315B;
}
.AnyTagClassName
{
color: #09315B;
}
</style>
background-color css
<style>
a { background-color: #09315B; }
a { background-color: rgb(9,49,91); }
div.DivClassName
{
background-color: #09315B;
}
.BgClassName
{
background-color: #09315B;
}
</style>
border-color css
<style>
span { border-color: #09315B; }
span { border-color: rgb(9,49,91); }
td.TdClassName
{
border-color: #09315B;
}
.TagClassName
{
border-color: #09315B;
}
</style>