Shades of Prussian Blue #094565
Tints of Prussian Blue #094565
RGB
CMYK
RGB Variations
Color information
#094565 (or 0x094565) is known color: Prussian Blue. HEX triplet: 09, 45 and 65. RGB value is (9,69,101). Sum of RGB (Red+Green+Blue) = 9+69+101=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #094565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094565 is #F6BA9A. Grayscale: #363636. Windows color (decimal): -16169627 or 6636809. OLE color: 6636809.
HSL color Cylindrical-coordinate representation of color #094565: hue angle of 200.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094565 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 69 | 101 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.60 |
| HSL | 200.87º | 0.84% | 0.22% | - |
| HSV(B) | 200.87º | 0.91% | 0.4% | - |
| XYZ | 4.59 | 5.25 | 13.08 | - |
| YUV | 54.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 101 | 0.91 | 0.32 | 0 | 0.60 | 200.87 | 0.84 | 0.22 |
| Hex | 9 | 45 | 65 | 5B | 20 | 0 | 3C | C9 | 54 | 16 |
| Octal | 11 | 105 | 145 | 133 | 40 | 0 | 74 | 311 | 124 | 26 |
| Binary | 1001 | 1000101 | 1100101 | 1011011 | 100000 | 0 | 111100 | 11001001 | 1010100 | 10110 |
Color Harmonies of #094565
Complementary color
Monochromatic Colors of #094565
Black with #094565
Text Example
Text Example
White with #094565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094565; }
p { color: rgb(9,69,101); }
H1.HeaderClassName
{
color: #094565;
}
.AnyTagClassName
{
color: #094565;
}
</style>
background-color css
<style>
a { background-color: #094565; }
a { background-color: rgb(9,69,101); }
div.DivClassName
{
background-color: #094565;
}
.BgClassName
{
background-color: #094565;
}
</style>
border-color css
<style>
span { border-color: #094565; }
span { border-color: rgb(9,69,101); }
td.TdClassName
{
border-color: #094565;
}
.TagClassName
{
border-color: #094565;
}
</style>