Shades of Prussian Blue #094162
Tints of Prussian Blue #094162
RGB
CMYK
RGB Variations
Color information
#094162 (or 0x094162) is known color: Prussian Blue. HEX triplet: 09, 41 and 62. RGB value is (9,65,98). Sum of RGB (Red+Green+Blue) = 9+65+98=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #094162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094162 is #F6BE9D. Grayscale: #333333. Windows color (decimal): -16170654 or 6439177. OLE color: 6439177.
HSL color Cylindrical-coordinate representation of color #094162: hue angle of 202.25º 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 #094162 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 65 | 98 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.62 |
| HSL | 202.25º | 0.83% | 0.21% | - |
| HSV(B) | 202.25º | 0.91% | 0.38% | - |
| XYZ | 4.21 | 4.72 | 12.24 | - |
| YUV | 52.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 98 | 0.91 | 0.34 | 0 | 0.62 | 202.25 | 0.83 | 0.21 |
| Hex | 9 | 41 | 62 | 5B | 22 | 0 | 3E | CA | 53 | 15 |
| Octal | 11 | 101 | 142 | 133 | 42 | 0 | 76 | 312 | 123 | 25 |
| Binary | 1001 | 1000001 | 1100010 | 1011011 | 100010 | 0 | 111110 | 11001010 | 1010011 | 10101 |
Color Harmonies of #094162
Complementary color
Monochromatic Colors of #094162
Black with #094162
Text Example
Text Example
White with #094162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094162; }
p { color: rgb(9,65,98); }
H1.HeaderClassName
{
color: #094162;
}
.AnyTagClassName
{
color: #094162;
}
</style>
background-color css
<style>
a { background-color: #094162; }
a { background-color: rgb(9,65,98); }
div.DivClassName
{
background-color: #094162;
}
.BgClassName
{
background-color: #094162;
}
</style>
border-color css
<style>
span { border-color: #094162; }
span { border-color: rgb(9,65,98); }
td.TdClassName
{
border-color: #094162;
}
.TagClassName
{
border-color: #094162;
}
</style>