Shades of Prussian Blue #09405E
Tints of Prussian Blue #09405E
RGB
CMYK
RGB Variations
Color information
#09405E (or 0x09405E) is known color: Prussian Blue. HEX triplet: 09, 40 and 5E. RGB value is (9,64,94). Sum of RGB (Red+Green+Blue) = 9+64+94=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #09405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405E is #F6BFA1. Grayscale: #323232. Windows color (decimal): -16170914 or 6176777. OLE color: 6176777.
HSL color Cylindrical-coordinate representation of color #09405E: hue angle of 201.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09405E is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 64 | 94 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.63 |
| HSL | 201.18º | 0.83% | 0.2% | - |
| HSV(B) | 201.18º | 0.9% | 0.37% | - |
| XYZ | 3.97 | 4.53 | 11.26 | - |
| YUV | 50.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 94 | 0.90 | 0.32 | 0 | 0.63 | 201.18 | 0.83 | 0.2 |
| Hex | 9 | 40 | 5E | 5A | 20 | 0 | 3F | C9 | 53 | 14 |
| Octal | 11 | 100 | 136 | 132 | 40 | 0 | 77 | 311 | 123 | 24 |
| Binary | 1001 | 1000000 | 1011110 | 1011010 | 100000 | 0 | 111111 | 11001001 | 1010011 | 10100 |
Color Harmonies of #09405E
Complementary color
Monochromatic Colors of #09405E
Black with #09405E
Text Example
Text Example
White with #09405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09405E; }
p { color: rgb(9,64,94); }
H1.HeaderClassName
{
color: #09405E;
}
.AnyTagClassName
{
color: #09405E;
}
</style>
background-color css
<style>
a { background-color: #09405E; }
a { background-color: rgb(9,64,94); }
div.DivClassName
{
background-color: #09405E;
}
.BgClassName
{
background-color: #09405E;
}
</style>
border-color css
<style>
span { border-color: #09405E; }
span { border-color: rgb(9,64,94); }
td.TdClassName
{
border-color: #09405E;
}
.TagClassName
{
border-color: #09405E;
}
</style>