Shades of Prussian Blue #09416A
Tints of Prussian Blue #09416A
RGB
CMYK
RGB Variations
Color information
#09416A (or 0x09416A) is known color: Prussian Blue. HEX triplet: 09, 41 and 6A. RGB value is (9,65,106). Sum of RGB (Red+Green+Blue) = 9+65+106=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #09416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09416A is #F6BE95. Grayscale: #343434. Windows color (decimal): -16170646 or 6963465. OLE color: 6963465.
HSL color Cylindrical-coordinate representation of color #09416A: hue angle of 205.36º 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 #09416A is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 65 | 106 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.58 |
| HSL | 205.36º | 0.84% | 0.23% | - |
| HSV(B) | 205.36º | 0.92% | 0.42% | - |
| XYZ | 4.6 | 4.88 | 14.33 | - |
| YUV | 52.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 106 | 0.92 | 0.39 | 0 | 0.58 | 205.36 | 0.84 | 0.23 |
| Hex | 9 | 41 | 6A | 5C | 27 | 0 | 3A | CD | 54 | 17 |
| Octal | 11 | 101 | 152 | 134 | 47 | 0 | 72 | 315 | 124 | 27 |
| Binary | 1001 | 1000001 | 1101010 | 1011100 | 100111 | 0 | 111010 | 11001101 | 1010100 | 10111 |
Color Harmonies of #09416A
Complementary color
Monochromatic Colors of #09416A
Black with #09416A
Text Example
Text Example
White with #09416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09416A; }
p { color: rgb(9,65,106); }
H1.HeaderClassName
{
color: #09416A;
}
.AnyTagClassName
{
color: #09416A;
}
</style>
background-color css
<style>
a { background-color: #09416A; }
a { background-color: rgb(9,65,106); }
div.DivClassName
{
background-color: #09416A;
}
.BgClassName
{
background-color: #09416A;
}
</style>
border-color css
<style>
span { border-color: #09416A; }
span { border-color: rgb(9,65,106); }
td.TdClassName
{
border-color: #09416A;
}
.TagClassName
{
border-color: #09416A;
}
</style>