Shades of Prussian Blue #09376A
Tints of Prussian Blue #09376A
RGB
CMYK
RGB Variations
Color information
#09376A (or 0x09376A) is known color: Prussian Blue. HEX triplet: 09, 37 and 6A. RGB value is (9,55,106). Sum of RGB (Red+Green+Blue) = 9+55+106=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #09376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09376A is #F6C895. Grayscale: #2E2E2E. Windows color (decimal): -16173206 or 6960905. OLE color: 6960905.
HSL color Cylindrical-coordinate representation of color #09376A: hue angle of 211.55º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09376A is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 55 | 106 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.58 |
| HSL | 211.55º | 0.84% | 0.23% | - |
| HSV(B) | 211.55º | 0.92% | 0.42% | - |
| XYZ | 4.08 | 3.83 | 14.16 | - |
| YUV | 47.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 106 | 0.92 | 0.48 | 0 | 0.58 | 211.55 | 0.84 | 0.23 |
| Hex | 9 | 37 | 6A | 5C | 30 | 0 | 3A | D4 | 54 | 17 |
| Octal | 11 | 67 | 152 | 134 | 60 | 0 | 72 | 324 | 124 | 27 |
| Binary | 1001 | 110111 | 1101010 | 1011100 | 110000 | 0 | 111010 | 11010100 | 1010100 | 10111 |
Color Harmonies of #09376A
Complementary color
Monochromatic Colors of #09376A
Black with #09376A
Text Example
Text Example
White with #09376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09376A; }
p { color: rgb(9,55,106); }
H1.HeaderClassName
{
color: #09376A;
}
.AnyTagClassName
{
color: #09376A;
}
</style>
background-color css
<style>
a { background-color: #09376A; }
a { background-color: rgb(9,55,106); }
div.DivClassName
{
background-color: #09376A;
}
.BgClassName
{
background-color: #09376A;
}
</style>
border-color css
<style>
span { border-color: #09376A; }
span { border-color: rgb(9,55,106); }
td.TdClassName
{
border-color: #09376A;
}
.TagClassName
{
border-color: #09376A;
}
</style>