Shades of Prussian Blue #09395F
Tints of Prussian Blue #09395F
RGB
CMYK
RGB Variations
Color information
#09395F (or 0x09395F) is known color: Prussian Blue. HEX triplet: 09, 39 and 5F. RGB value is (9,57,95). Sum of RGB (Red+Green+Blue) = 9+57+95=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #09395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395F is #F6C6A0. Grayscale: #2E2E2E. Windows color (decimal): -16172705 or 6240521. OLE color: 6240521.
HSL color Cylindrical-coordinate representation of color #09395F: hue angle of 206.51º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09395F is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 57 | 95 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.63 |
| HSL | 206.51º | 0.83% | 0.2% | - |
| HSV(B) | 206.51º | 0.91% | 0.37% | - |
| XYZ | 3.64 | 3.81 | 11.37 | - |
| YUV | 46.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 95 | 0.91 | 0.40 | 0 | 0.63 | 206.51 | 0.83 | 0.2 |
| Hex | 9 | 39 | 5F | 5B | 28 | 0 | 3F | CF | 53 | 14 |
| Octal | 11 | 71 | 137 | 133 | 50 | 0 | 77 | 317 | 123 | 24 |
| Binary | 1001 | 111001 | 1011111 | 1011011 | 101000 | 0 | 111111 | 11001111 | 1010011 | 10100 |
Color Harmonies of #09395F
Complementary color
Monochromatic Colors of #09395F
Black with #09395F
Text Example
Text Example
White with #09395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09395F; }
p { color: rgb(9,57,95); }
H1.HeaderClassName
{
color: #09395F;
}
.AnyTagClassName
{
color: #09395F;
}
</style>
background-color css
<style>
a { background-color: #09395F; }
a { background-color: rgb(9,57,95); }
div.DivClassName
{
background-color: #09395F;
}
.BgClassName
{
background-color: #09395F;
}
</style>
border-color css
<style>
span { border-color: #09395F; }
span { border-color: rgb(9,57,95); }
td.TdClassName
{
border-color: #09395F;
}
.TagClassName
{
border-color: #09395F;
}
</style>