Shades of Prussian Blue #09375F
Tints of Prussian Blue #09375F
RGB
CMYK
RGB Variations
Color information
#09375F (or 0x09375F) is known color: Prussian Blue. HEX triplet: 09, 37 and 5F. RGB value is (9,55,95). Sum of RGB (Red+Green+Blue) = 9+55+95=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #09375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09375F is #F6C8A0. Grayscale: #2D2D2D. Windows color (decimal): -16173217 or 6240009. OLE color: 6240009.
HSL color Cylindrical-coordinate representation of color #09375F: hue angle of 207.91º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09375F is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 55 | 95 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.63 |
| HSL | 207.91º | 0.83% | 0.2% | - |
| HSV(B) | 207.91º | 0.91% | 0.37% | - |
| XYZ | 3.54 | 3.62 | 11.34 | - |
| YUV | 45.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 95 | 0.91 | 0.42 | 0 | 0.63 | 207.91 | 0.83 | 0.2 |
| Hex | 9 | 37 | 5F | 5B | 2A | 0 | 3F | D0 | 53 | 14 |
| Octal | 11 | 67 | 137 | 133 | 52 | 0 | 77 | 320 | 123 | 24 |
| Binary | 1001 | 110111 | 1011111 | 1011011 | 101010 | 0 | 111111 | 11010000 | 1010011 | 10100 |
Color Harmonies of #09375F
Complementary color
Monochromatic Colors of #09375F
Black with #09375F
Text Example
Text Example
White with #09375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09375F; }
p { color: rgb(9,55,95); }
H1.HeaderClassName
{
color: #09375F;
}
.AnyTagClassName
{
color: #09375F;
}
</style>
background-color css
<style>
a { background-color: #09375F; }
a { background-color: rgb(9,55,95); }
div.DivClassName
{
background-color: #09375F;
}
.BgClassName
{
background-color: #09375F;
}
</style>
border-color css
<style>
span { border-color: #09375F; }
span { border-color: rgb(9,55,95); }
td.TdClassName
{
border-color: #09375F;
}
.TagClassName
{
border-color: #09375F;
}
</style>