Shades of Prussian Blue #09366A
Tints of Prussian Blue #09366A
RGB
CMYK
RGB Variations
Color information
#09366A (or 0x09366A) is known color: Prussian Blue. HEX triplet: 09, 36 and 6A. RGB value is (9,54,106). Sum of RGB (Red+Green+Blue) = 9+54+106=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #09366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09366A is #F6C995. Grayscale: #2E2E2E. Windows color (decimal): -16173462 or 6960649. OLE color: 6960649.
HSL color Cylindrical-coordinate representation of color #09366A: hue angle of 212.16º 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 #09366A is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 54 | 106 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.58 |
| HSL | 212.16º | 0.84% | 0.23% | - |
| HSV(B) | 212.16º | 0.92% | 0.42% | - |
| XYZ | 4.03 | 3.74 | 14.14 | - |
| YUV | 46.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 106 | 0.92 | 0.49 | 0 | 0.58 | 212.16 | 0.84 | 0.23 |
| Hex | 9 | 36 | 6A | 5C | 31 | 0 | 3A | D4 | 54 | 17 |
| Octal | 11 | 66 | 152 | 134 | 61 | 0 | 72 | 324 | 124 | 27 |
| Binary | 1001 | 110110 | 1101010 | 1011100 | 110001 | 0 | 111010 | 11010100 | 1010100 | 10111 |
Color Harmonies of #09366A
Complementary color
Monochromatic Colors of #09366A
Black with #09366A
Text Example
Text Example
White with #09366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09366A; }
p { color: rgb(9,54,106); }
H1.HeaderClassName
{
color: #09366A;
}
.AnyTagClassName
{
color: #09366A;
}
</style>
background-color css
<style>
a { background-color: #09366A; }
a { background-color: rgb(9,54,106); }
div.DivClassName
{
background-color: #09366A;
}
.BgClassName
{
background-color: #09366A;
}
</style>
border-color css
<style>
span { border-color: #09366A; }
span { border-color: rgb(9,54,106); }
td.TdClassName
{
border-color: #09366A;
}
.TagClassName
{
border-color: #09366A;
}
</style>