Shades of Prussian Blue #094667
Tints of Prussian Blue #094667
RGB
CMYK
RGB Variations
Color information
#094667 (or 0x094667) is known color: Prussian Blue. HEX triplet: 09, 46 and 67. RGB value is (9,70,103). Sum of RGB (Red+Green+Blue) = 9+70+103=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #094667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094667 is #F6B998. Grayscale: #373737. Windows color (decimal): -16169369 or 6768137. OLE color: 6768137.
HSL color Cylindrical-coordinate representation of color #094667: hue angle of 201.06º 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 #094667 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 70 | 103 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.60 |
| HSL | 201.06º | 0.84% | 0.22% | - |
| HSV(B) | 201.06º | 0.91% | 0.4% | - |
| XYZ | 4.75 | 5.42 | 13.63 | - |
| YUV | 55.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 103 | 0.91 | 0.32 | 0 | 0.60 | 201.06 | 0.84 | 0.22 |
| Hex | 9 | 46 | 67 | 5B | 20 | 0 | 3C | C9 | 54 | 16 |
| Octal | 11 | 106 | 147 | 133 | 40 | 0 | 74 | 311 | 124 | 26 |
| Binary | 1001 | 1000110 | 1100111 | 1011011 | 100000 | 0 | 111100 | 11001001 | 1010100 | 10110 |
Color Harmonies of #094667
Complementary color
Monochromatic Colors of #094667
Black with #094667
Text Example
Text Example
White with #094667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094667; }
p { color: rgb(9,70,103); }
H1.HeaderClassName
{
color: #094667;
}
.AnyTagClassName
{
color: #094667;
}
</style>
background-color css
<style>
a { background-color: #094667; }
a { background-color: rgb(9,70,103); }
div.DivClassName
{
background-color: #094667;
}
.BgClassName
{
background-color: #094667;
}
</style>
border-color css
<style>
span { border-color: #094667; }
span { border-color: rgb(9,70,103); }
td.TdClassName
{
border-color: #094667;
}
.TagClassName
{
border-color: #094667;
}
</style>