Shades of Prussian Blue #094260
Tints of Prussian Blue #094260
RGB
CMYK
RGB Variations
Color information
#094260 (or 0x094260) is known color: Prussian Blue. HEX triplet: 09, 42 and 60. RGB value is (9,66,96). Sum of RGB (Red+Green+Blue) = 9+66+96=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #094260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094260 is #F6BD9F. Grayscale: #343434. Windows color (decimal): -16170400 or 6308361. OLE color: 6308361.
HSL color Cylindrical-coordinate representation of color #094260: hue angle of 200.69º 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 #094260 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 66 | 96 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.62 |
| HSL | 200.69º | 0.83% | 0.21% | - |
| HSV(B) | 200.69º | 0.91% | 0.38% | - |
| XYZ | 4.17 | 4.8 | 11.77 | - |
| YUV | 52.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 96 | 0.91 | 0.31 | 0 | 0.62 | 200.69 | 0.83 | 0.21 |
| Hex | 9 | 42 | 60 | 5B | 1F | 0 | 3E | C9 | 53 | 15 |
| Octal | 11 | 102 | 140 | 133 | 37 | 0 | 76 | 311 | 123 | 25 |
| Binary | 1001 | 1000010 | 1100000 | 1011011 | 11111 | 0 | 111110 | 11001001 | 1010011 | 10101 |
Color Harmonies of #094260
Complementary color
Monochromatic Colors of #094260
Black with #094260
Text Example
Text Example
White with #094260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094260; }
p { color: rgb(9,66,96); }
H1.HeaderClassName
{
color: #094260;
}
.AnyTagClassName
{
color: #094260;
}
</style>
background-color css
<style>
a { background-color: #094260; }
a { background-color: rgb(9,66,96); }
div.DivClassName
{
background-color: #094260;
}
.BgClassName
{
background-color: #094260;
}
</style>
border-color css
<style>
span { border-color: #094260; }
span { border-color: rgb(9,66,96); }
td.TdClassName
{
border-color: #094260;
}
.TagClassName
{
border-color: #094260;
}
</style>