Shades of Prussian Blue #09326B
Tints of Prussian Blue #09326B
RGB
CMYK
RGB Variations
Color information
#09326B (or 0x09326B) is known color: Prussian Blue. HEX triplet: 09, 32 and 6B. RGB value is (9,50,107). Sum of RGB (Red+Green+Blue) = 9+50+107=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #09326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09326B is #F6CD94. Grayscale: #2B2B2B. Windows color (decimal): -16174485 or 7025161. OLE color: 7025161.
HSL color Cylindrical-coordinate representation of color #09326B: hue angle of 214.9º 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 #09326B is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 50 | 107 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.58 |
| HSL | 214.9º | 0.84% | 0.23% | - |
| HSV(B) | 214.9º | 0.92% | 0.42% | - |
| XYZ | 3.91 | 3.4 | 14.36 | - |
| YUV | 44.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 107 | 0.92 | 0.53 | 0 | 0.58 | 214.9 | 0.84 | 0.23 |
| Hex | 9 | 32 | 6B | 5C | 35 | 0 | 3A | D7 | 54 | 17 |
| Octal | 11 | 62 | 153 | 134 | 65 | 0 | 72 | 327 | 124 | 27 |
| Binary | 1001 | 110010 | 1101011 | 1011100 | 110101 | 0 | 111010 | 11010111 | 1010100 | 10111 |
Color Harmonies of #09326B
Complementary color
Monochromatic Colors of #09326B
Black with #09326B
Text Example
Text Example
White with #09326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09326B; }
p { color: rgb(9,50,107); }
H1.HeaderClassName
{
color: #09326B;
}
.AnyTagClassName
{
color: #09326B;
}
</style>
background-color css
<style>
a { background-color: #09326B; }
a { background-color: rgb(9,50,107); }
div.DivClassName
{
background-color: #09326B;
}
.BgClassName
{
background-color: #09326B;
}
</style>
border-color css
<style>
span { border-color: #09326B; }
span { border-color: rgb(9,50,107); }
td.TdClassName
{
border-color: #09326B;
}
.TagClassName
{
border-color: #09326B;
}
</style>