Shades of Prussian Blue #09375C
Tints of Prussian Blue #09375C
RGB
CMYK
RGB Variations
Color information
#09375C (or 0x09375C) is known color: Prussian Blue. HEX triplet: 09, 37 and 5C. RGB value is (9,55,92). Sum of RGB (Red+Green+Blue) = 9+55+92=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #09375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09375C is #F6C8A3. Grayscale: #2D2D2D. Windows color (decimal): -16173220 or 6043401. OLE color: 6043401.
HSL color Cylindrical-coordinate representation of color #09375C: hue angle of 206.75º 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 #09375C is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 55 | 92 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.64 |
| HSL | 206.75º | 0.82% | 0.2% | - |
| HSV(B) | 206.75º | 0.9% | 0.36% | - |
| XYZ | 3.41 | 3.56 | 10.63 | - |
| YUV | 45.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 92 | 0.90 | 0.40 | 0 | 0.64 | 206.75 | 0.82 | 0.2 |
| Hex | 9 | 37 | 5C | 5A | 28 | 0 | 40 | CF | 52 | 14 |
| Octal | 11 | 67 | 134 | 132 | 50 | 0 | 100 | 317 | 122 | 24 |
| Binary | 1001 | 110111 | 1011100 | 1011010 | 101000 | 0 | 1000000 | 11001111 | 1010010 | 10100 |
Color Harmonies of #09375C
Complementary color
Monochromatic Colors of #09375C
Black with #09375C
Text Example
Text Example
White with #09375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09375C; }
p { color: rgb(9,55,92); }
H1.HeaderClassName
{
color: #09375C;
}
.AnyTagClassName
{
color: #09375C;
}
</style>
background-color css
<style>
a { background-color: #09375C; }
a { background-color: rgb(9,55,92); }
div.DivClassName
{
background-color: #09375C;
}
.BgClassName
{
background-color: #09375C;
}
</style>
border-color css
<style>
span { border-color: #09375C; }
span { border-color: rgb(9,55,92); }
td.TdClassName
{
border-color: #09375C;
}
.TagClassName
{
border-color: #09375C;
}
</style>