Shades of Prussian Blue #094360
Tints of Prussian Blue #094360
RGB
CMYK
RGB Variations
Color information
#094360 (or 0x094360) is known color: Prussian Blue. HEX triplet: 09, 43 and 60. RGB value is (9,67,96). Sum of RGB (Red+Green+Blue) = 9+67+96=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #094360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094360 is #F6BC9F. Grayscale: #343434. Windows color (decimal): -16170144 or 6308617. OLE color: 6308617.
HSL color Cylindrical-coordinate representation of color #094360: hue angle of 200º 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 #094360 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 67 | 96 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.62 |
| HSL | 200º | 0.83% | 0.21% | - |
| HSV(B) | 200º | 0.91% | 0.38% | - |
| XYZ | 4.23 | 4.92 | 11.79 | - |
| YUV | 52.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 96 | 0.91 | 0.30 | 0 | 0.62 | 200 | 0.83 | 0.21 |
| Hex | 9 | 43 | 60 | 5B | 1E | 0 | 3E | C8 | 53 | 15 |
| Octal | 11 | 103 | 140 | 133 | 36 | 0 | 76 | 310 | 123 | 25 |
| Binary | 1001 | 1000011 | 1100000 | 1011011 | 11110 | 0 | 111110 | 11001000 | 1010011 | 10101 |
Color Harmonies of #094360
Complementary color
Monochromatic Colors of #094360
Black with #094360
Text Example
Text Example
White with #094360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094360; }
p { color: rgb(9,67,96); }
H1.HeaderClassName
{
color: #094360;
}
.AnyTagClassName
{
color: #094360;
}
</style>
background-color css
<style>
a { background-color: #094360; }
a { background-color: rgb(9,67,96); }
div.DivClassName
{
background-color: #094360;
}
.BgClassName
{
background-color: #094360;
}
</style>
border-color css
<style>
span { border-color: #094360; }
span { border-color: rgb(9,67,96); }
td.TdClassName
{
border-color: #094360;
}
.TagClassName
{
border-color: #094360;
}
</style>