Shades of Prussian Blue #094460
Tints of Prussian Blue #094460
RGB
CMYK
RGB Variations
Color information
#094460 (or 0x094460) is known color: Prussian Blue. HEX triplet: 09, 44 and 60. RGB value is (9,68,96). Sum of RGB (Red+Green+Blue) = 9+68+96=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #094460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094460 is #F6BB9F. Grayscale: #353535. Windows color (decimal): -16169888 or 6308873. OLE color: 6308873.
HSL color Cylindrical-coordinate representation of color #094460: hue angle of 199.31º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094460 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 68 | 96 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.62 |
| HSL | 199.31º | 0.83% | 0.21% | - |
| HSV(B) | 199.31º | 0.91% | 0.38% | - |
| XYZ | 4.29 | 5.04 | 11.81 | - |
| YUV | 53.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 68 | 96 | 0.91 | 0.29 | 0 | 0.62 | 199.31 | 0.83 | 0.21 |
| Hex | 9 | 44 | 60 | 5B | 1D | 0 | 3E | C7 | 53 | 15 |
| Octal | 11 | 104 | 140 | 133 | 35 | 0 | 76 | 307 | 123 | 25 |
| Binary | 1001 | 1000100 | 1100000 | 1011011 | 11101 | 0 | 111110 | 11000111 | 1010011 | 10101 |
Color Harmonies of #094460
Complementary color
Monochromatic Colors of #094460
Black with #094460
Text Example
Text Example
White with #094460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094460; }
p { color: rgb(9,68,96); }
H1.HeaderClassName
{
color: #094460;
}
.AnyTagClassName
{
color: #094460;
}
</style>
background-color css
<style>
a { background-color: #094460; }
a { background-color: rgb(9,68,96); }
div.DivClassName
{
background-color: #094460;
}
.BgClassName
{
background-color: #094460;
}
</style>
border-color css
<style>
span { border-color: #094460; }
span { border-color: rgb(9,68,96); }
td.TdClassName
{
border-color: #094460;
}
.TagClassName
{
border-color: #094460;
}
</style>