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