Shades of Prussian Blue #092F60
Tints of Prussian Blue #092F60
RGB
CMYK
RGB Variations
Color information
#092F60 (or 0x092F60) is known color: Prussian Blue. HEX triplet: 09, 2F and 60. RGB value is (9,47,96). Sum of RGB (Red+Green+Blue) = 9+47+96=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #092F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F60 is #F6D09F. Grayscale: #282828. Windows color (decimal): -16175264 or 6303497. OLE color: 6303497.
HSL color Cylindrical-coordinate representation of color #092F60: hue angle of 213.79º 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 #092F60 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 47 | 96 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.62 |
| HSL | 213.79º | 0.83% | 0.21% | - |
| HSV(B) | 213.79º | 0.91% | 0.38% | - |
| XYZ | 3.24 | 2.94 | 11.46 | - |
| YUV | 41.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 96 | 0.91 | 0.51 | 0 | 0.62 | 213.79 | 0.83 | 0.21 |
| Hex | 9 | 2F | 60 | 5B | 33 | 0 | 3E | D6 | 53 | 15 |
| Octal | 11 | 57 | 140 | 133 | 63 | 0 | 76 | 326 | 123 | 25 |
| Binary | 1001 | 101111 | 1100000 | 1011011 | 110011 | 0 | 111110 | 11010110 | 1010011 | 10101 |
Color Harmonies of #092F60
Complementary color
Monochromatic Colors of #092F60
Black with #092F60
Text Example
Text Example
White with #092F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F60; }
p { color: rgb(9,47,96); }
H1.HeaderClassName
{
color: #092F60;
}
.AnyTagClassName
{
color: #092F60;
}
</style>
background-color css
<style>
a { background-color: #092F60; }
a { background-color: rgb(9,47,96); }
div.DivClassName
{
background-color: #092F60;
}
.BgClassName
{
background-color: #092F60;
}
</style>
border-color css
<style>
span { border-color: #092F60; }
span { border-color: rgb(9,47,96); }
td.TdClassName
{
border-color: #092F60;
}
.TagClassName
{
border-color: #092F60;
}
</style>