Shades of Prussian Blue #094067
Tints of Prussian Blue #094067
RGB
CMYK
RGB Variations
Color information
#094067 (or 0x094067) is known color: Prussian Blue. HEX triplet: 09, 40 and 67. RGB value is (9,64,103). Sum of RGB (Red+Green+Blue) = 9+64+103=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #094067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094067 is #F6BF98. Grayscale: #333333. Windows color (decimal): -16170905 or 6766601. OLE color: 6766601.
HSL color Cylindrical-coordinate representation of color #094067: hue angle of 204.89º 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 #094067 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 64 | 103 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.60 |
| HSL | 204.89º | 0.84% | 0.22% | - |
| HSV(B) | 204.89º | 0.91% | 0.4% | - |
| XYZ | 4.39 | 4.7 | 13.51 | - |
| YUV | 52 | 156.78 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 103 | 0.91 | 0.38 | 0 | 0.60 | 204.89 | 0.84 | 0.22 |
| Hex | 9 | 40 | 67 | 5B | 26 | 0 | 3C | CD | 54 | 16 |
| Octal | 11 | 100 | 147 | 133 | 46 | 0 | 74 | 315 | 124 | 26 |
| Binary | 1001 | 1000000 | 1100111 | 1011011 | 100110 | 0 | 111100 | 11001101 | 1010100 | 10110 |
Color Harmonies of #094067
Complementary color
Monochromatic Colors of #094067
Black with #094067
Text Example
Text Example
White with #094067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094067; }
p { color: rgb(9,64,103); }
H1.HeaderClassName
{
color: #094067;
}
.AnyTagClassName
{
color: #094067;
}
</style>
background-color css
<style>
a { background-color: #094067; }
a { background-color: rgb(9,64,103); }
div.DivClassName
{
background-color: #094067;
}
.BgClassName
{
background-color: #094067;
}
</style>
border-color css
<style>
span { border-color: #094067; }
span { border-color: rgb(9,64,103); }
td.TdClassName
{
border-color: #094067;
}
.TagClassName
{
border-color: #094067;
}
</style>