Shades of Prussian Blue #09405C
Tints of Prussian Blue #09405C
RGB
CMYK
RGB Variations
Color information
#09405C (or 0x09405C) is known color: Prussian Blue. HEX triplet: 09, 40 and 5C. RGB value is (9,64,92). Sum of RGB (Red+Green+Blue) = 9+64+92=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #09405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405C is #F6BFA3. Grayscale: #323232. Windows color (decimal): -16170916 or 6045705. OLE color: 6045705.
HSL color Cylindrical-coordinate representation of color #09405C: hue angle of 200.24º 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 #09405C is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 64 | 92 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.64 |
| HSL | 200.24º | 0.82% | 0.2% | - |
| HSV(B) | 200.24º | 0.9% | 0.36% | - |
| XYZ | 3.88 | 4.5 | 10.79 | - |
| YUV | 50.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 92 | 0.90 | 0.30 | 0 | 0.64 | 200.24 | 0.82 | 0.2 |
| Hex | 9 | 40 | 5C | 5A | 1E | 0 | 40 | C8 | 52 | 14 |
| Octal | 11 | 100 | 134 | 132 | 36 | 0 | 100 | 310 | 122 | 24 |
| Binary | 1001 | 1000000 | 1011100 | 1011010 | 11110 | 0 | 1000000 | 11001000 | 1010010 | 10100 |
Color Harmonies of #09405C
Complementary color
Monochromatic Colors of #09405C
Black with #09405C
Text Example
Text Example
White with #09405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09405C; }
p { color: rgb(9,64,92); }
H1.HeaderClassName
{
color: #09405C;
}
.AnyTagClassName
{
color: #09405C;
}
</style>
background-color css
<style>
a { background-color: #09405C; }
a { background-color: rgb(9,64,92); }
div.DivClassName
{
background-color: #09405C;
}
.BgClassName
{
background-color: #09405C;
}
</style>
border-color css
<style>
span { border-color: #09405C; }
span { border-color: rgb(9,64,92); }
td.TdClassName
{
border-color: #09405C;
}
.TagClassName
{
border-color: #09405C;
}
</style>