Shades of Prussian Blue #094668
Tints of Prussian Blue #094668
RGB
CMYK
RGB Variations
Color information
#094668 (or 0x094668) is known color: Prussian Blue. HEX triplet: 09, 46 and 68. RGB value is (9,70,104). Sum of RGB (Red+Green+Blue) = 9+70+104=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #094668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094668 is #F6B997. Grayscale: #373737. Windows color (decimal): -16169368 or 6833673. OLE color: 6833673.
HSL color Cylindrical-coordinate representation of color #094668: hue angle of 201.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094668 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 70 | 104 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.59 |
| HSL | 201.47º | 0.84% | 0.22% | - |
| HSV(B) | 201.47º | 0.91% | 0.41% | - |
| XYZ | 4.8 | 5.44 | 13.89 | - |
| YUV | 55.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 104 | 0.91 | 0.33 | 0 | 0.59 | 201.47 | 0.84 | 0.22 |
| Hex | 9 | 46 | 68 | 5B | 21 | 0 | 3B | C9 | 54 | 16 |
| Octal | 11 | 106 | 150 | 133 | 41 | 0 | 73 | 311 | 124 | 26 |
| Binary | 1001 | 1000110 | 1101000 | 1011011 | 100001 | 0 | 111011 | 11001001 | 1010100 | 10110 |
Color Harmonies of #094668
Complementary color
Monochromatic Colors of #094668
Black with #094668
Text Example
Text Example
White with #094668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094668; }
p { color: rgb(9,70,104); }
H1.HeaderClassName
{
color: #094668;
}
.AnyTagClassName
{
color: #094668;
}
</style>
background-color css
<style>
a { background-color: #094668; }
a { background-color: rgb(9,70,104); }
div.DivClassName
{
background-color: #094668;
}
.BgClassName
{
background-color: #094668;
}
</style>
border-color css
<style>
span { border-color: #094668; }
span { border-color: rgb(9,70,104); }
td.TdClassName
{
border-color: #094668;
}
.TagClassName
{
border-color: #094668;
}
</style>