Shades of Prussian Blue #09405D
Tints of Prussian Blue #09405D
RGB
CMYK
RGB Variations
Color information
#09405D (or 0x09405D) is known color: Prussian Blue. HEX triplet: 09, 40 and 5D. RGB value is (9,64,93). Sum of RGB (Red+Green+Blue) = 9+64+93=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #09405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405D is #F6BFA2. Grayscale: #323232. Windows color (decimal): -16170915 or 6111241. OLE color: 6111241.
HSL color Cylindrical-coordinate representation of color #09405D: hue angle of 200.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 #09405D is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 64 | 93 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.64 |
| HSL | 200.71º | 0.82% | 0.2% | - |
| HSV(B) | 200.71º | 0.9% | 0.36% | - |
| XYZ | 3.92 | 4.52 | 11.02 | - |
| YUV | 50.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 93 | 0.90 | 0.31 | 0 | 0.64 | 200.71 | 0.82 | 0.2 |
| Hex | 9 | 40 | 5D | 5A | 1F | 0 | 40 | C9 | 52 | 14 |
| Octal | 11 | 100 | 135 | 132 | 37 | 0 | 100 | 311 | 122 | 24 |
| Binary | 1001 | 1000000 | 1011101 | 1011010 | 11111 | 0 | 1000000 | 11001001 | 1010010 | 10100 |
Color Harmonies of #09405D
Complementary color
Monochromatic Colors of #09405D
Black with #09405D
Text Example
Text Example
White with #09405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09405D; }
p { color: rgb(9,64,93); }
H1.HeaderClassName
{
color: #09405D;
}
.AnyTagClassName
{
color: #09405D;
}
</style>
background-color css
<style>
a { background-color: #09405D; }
a { background-color: rgb(9,64,93); }
div.DivClassName
{
background-color: #09405D;
}
.BgClassName
{
background-color: #09405D;
}
</style>
border-color css
<style>
span { border-color: #09405D; }
span { border-color: rgb(9,64,93); }
td.TdClassName
{
border-color: #09405D;
}
.TagClassName
{
border-color: #09405D;
}
</style>