Shades of Prussian Blue #09355B
Tints of Prussian Blue #09355B
RGB
CMYK
RGB Variations
Color information
#09355B (or 0x09355B) is known color: Prussian Blue. HEX triplet: 09, 35 and 5B. RGB value is (9,53,91). Sum of RGB (Red+Green+Blue) = 9+53+91=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #09355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09355B is #F6CAA4. Grayscale: #2B2B2B. Windows color (decimal): -16173733 or 5977353. OLE color: 5977353.
HSL color Cylindrical-coordinate representation of color #09355B: hue angle of 207.8º 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 #09355B is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 53 | 91 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.64 |
| HSL | 207.8º | 0.82% | 0.2% | - |
| HSV(B) | 207.8º | 0.9% | 0.36% | - |
| XYZ | 3.27 | 3.36 | 10.37 | - |
| YUV | 44.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 91 | 0.90 | 0.42 | 0 | 0.64 | 207.8 | 0.82 | 0.2 |
| Hex | 9 | 35 | 5B | 5A | 2A | 0 | 40 | D0 | 52 | 14 |
| Octal | 11 | 65 | 133 | 132 | 52 | 0 | 100 | 320 | 122 | 24 |
| Binary | 1001 | 110101 | 1011011 | 1011010 | 101010 | 0 | 1000000 | 11010000 | 1010010 | 10100 |
Color Harmonies of #09355B
Complementary color
Monochromatic Colors of #09355B
Black with #09355B
Text Example
Text Example
White with #09355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09355B; }
p { color: rgb(9,53,91); }
H1.HeaderClassName
{
color: #09355B;
}
.AnyTagClassName
{
color: #09355B;
}
</style>
background-color css
<style>
a { background-color: #09355B; }
a { background-color: rgb(9,53,91); }
div.DivClassName
{
background-color: #09355B;
}
.BgClassName
{
background-color: #09355B;
}
</style>
border-color css
<style>
span { border-color: #09355B; }
span { border-color: rgb(9,53,91); }
td.TdClassName
{
border-color: #09355B;
}
.TagClassName
{
border-color: #09355B;
}
</style>