Shades of Prussian Blue #09426A
Tints of Prussian Blue #09426A
RGB
CMYK
RGB Variations
Color information
#09426A (or 0x09426A) is known color: Prussian Blue. HEX triplet: 09, 42 and 6A. RGB value is (9,66,106). Sum of RGB (Red+Green+Blue) = 9+66+106=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #09426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09426A is #F6BD95. Grayscale: #353535. Windows color (decimal): -16170390 or 6963721. OLE color: 6963721.
HSL color Cylindrical-coordinate representation of color #09426A: hue angle of 204.74º 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 #09426A is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 66 | 106 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.58 |
| HSL | 204.74º | 0.84% | 0.23% | - |
| HSV(B) | 204.74º | 0.92% | 0.42% | - |
| XYZ | 4.66 | 5 | 14.35 | - |
| YUV | 53.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 106 | 0.92 | 0.38 | 0 | 0.58 | 204.74 | 0.84 | 0.23 |
| Hex | 9 | 42 | 6A | 5C | 26 | 0 | 3A | CD | 54 | 17 |
| Octal | 11 | 102 | 152 | 134 | 46 | 0 | 72 | 315 | 124 | 27 |
| Binary | 1001 | 1000010 | 1101010 | 1011100 | 100110 | 0 | 111010 | 11001101 | 1010100 | 10111 |
Color Harmonies of #09426A
Complementary color
Monochromatic Colors of #09426A
Black with #09426A
Text Example
Text Example
White with #09426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09426A; }
p { color: rgb(9,66,106); }
H1.HeaderClassName
{
color: #09426A;
}
.AnyTagClassName
{
color: #09426A;
}
</style>
background-color css
<style>
a { background-color: #09426A; }
a { background-color: rgb(9,66,106); }
div.DivClassName
{
background-color: #09426A;
}
.BgClassName
{
background-color: #09426A;
}
</style>
border-color css
<style>
span { border-color: #09426A; }
span { border-color: rgb(9,66,106); }
td.TdClassName
{
border-color: #09426A;
}
.TagClassName
{
border-color: #09426A;
}
</style>