Shades of Prussian Blue #09395D
Tints of Prussian Blue #09395D
RGB
CMYK
RGB Variations
Color information
#09395D (or 0x09395D) is known color: Prussian Blue. HEX triplet: 09, 39 and 5D. RGB value is (9,57,93). Sum of RGB (Red+Green+Blue) = 9+57+93=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #09395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395D is #F6C6A2. Grayscale: #2E2E2E. Windows color (decimal): -16172707 or 6109449. OLE color: 6109449.
HSL color Cylindrical-coordinate representation of color #09395D: hue angle of 205.71º 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 #09395D is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 57 | 93 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.64 |
| HSL | 205.71º | 0.82% | 0.2% | - |
| HSV(B) | 205.71º | 0.9% | 0.36% | - |
| XYZ | 3.55 | 3.77 | 10.9 | - |
| YUV | 46.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 93 | 0.90 | 0.39 | 0 | 0.64 | 205.71 | 0.82 | 0.2 |
| Hex | 9 | 39 | 5D | 5A | 27 | 0 | 40 | CE | 52 | 14 |
| Octal | 11 | 71 | 135 | 132 | 47 | 0 | 100 | 316 | 122 | 24 |
| Binary | 1001 | 111001 | 1011101 | 1011010 | 100111 | 0 | 1000000 | 11001110 | 1010010 | 10100 |
Color Harmonies of #09395D
Complementary color
Monochromatic Colors of #09395D
Black with #09395D
Text Example
Text Example
White with #09395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09395D; }
p { color: rgb(9,57,93); }
H1.HeaderClassName
{
color: #09395D;
}
.AnyTagClassName
{
color: #09395D;
}
</style>
background-color css
<style>
a { background-color: #09395D; }
a { background-color: rgb(9,57,93); }
div.DivClassName
{
background-color: #09395D;
}
.BgClassName
{
background-color: #09395D;
}
</style>
border-color css
<style>
span { border-color: #09395D; }
span { border-color: rgb(9,57,93); }
td.TdClassName
{
border-color: #09395D;
}
.TagClassName
{
border-color: #09395D;
}
</style>