Shades of Prussian Blue #094168
Tints of Prussian Blue #094168
RGB
CMYK
RGB Variations
Color information
#094168 (or 0x094168) is known color: Prussian Blue. HEX triplet: 09, 41 and 68. RGB value is (9,65,104). Sum of RGB (Red+Green+Blue) = 9+65+104=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #094168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094168 is #F6BE97. Grayscale: #343434. Windows color (decimal): -16170648 or 6832393. OLE color: 6832393.
HSL color Cylindrical-coordinate representation of color #094168: hue angle of 204.63º 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 #094168 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 65 | 104 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.59 |
| HSL | 204.63º | 0.84% | 0.22% | - |
| HSV(B) | 204.63º | 0.91% | 0.41% | - |
| XYZ | 4.5 | 4.84 | 13.79 | - |
| YUV | 52.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 104 | 0.91 | 0.38 | 0 | 0.59 | 204.63 | 0.84 | 0.22 |
| Hex | 9 | 41 | 68 | 5B | 26 | 0 | 3B | CD | 54 | 16 |
| Octal | 11 | 101 | 150 | 133 | 46 | 0 | 73 | 315 | 124 | 26 |
| Binary | 1001 | 1000001 | 1101000 | 1011011 | 100110 | 0 | 111011 | 11001101 | 1010100 | 10110 |
Color Harmonies of #094168
Complementary color
Monochromatic Colors of #094168
Black with #094168
Text Example
Text Example
White with #094168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094168; }
p { color: rgb(9,65,104); }
H1.HeaderClassName
{
color: #094168;
}
.AnyTagClassName
{
color: #094168;
}
</style>
background-color css
<style>
a { background-color: #094168; }
a { background-color: rgb(9,65,104); }
div.DivClassName
{
background-color: #094168;
}
.BgClassName
{
background-color: #094168;
}
</style>
border-color css
<style>
span { border-color: #094168; }
span { border-color: rgb(9,65,104); }
td.TdClassName
{
border-color: #094168;
}
.TagClassName
{
border-color: #094168;
}
</style>