Shades of Prussian Blue #092D56
Tints of Prussian Blue #092D56
RGB
CMYK
RGB Variations
Color information
#092D56 (or 0x092D56) is known color: Prussian Blue. HEX triplet: 09, 2D and 56. RGB value is (9,45,86). Sum of RGB (Red+Green+Blue) = 9+45+86=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #092D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D56 is #F6D2A9. Grayscale: #262626. Windows color (decimal): -16175786 or 5647625. OLE color: 5647625.
HSL color Cylindrical-coordinate representation of color #092D56: hue angle of 211.95º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092D56 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 45 | 86 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.66 |
| HSL | 211.95º | 0.81% | 0.19% | - |
| HSV(B) | 211.95º | 0.9% | 0.34% | - |
| XYZ | 2.73 | 2.61 | 9.16 | - |
| YUV | 38.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 86 | 0.90 | 0.48 | 0 | 0.66 | 211.95 | 0.81 | 0.19 |
| Hex | 9 | 2D | 56 | 5A | 30 | 0 | 42 | D4 | 51 | 13 |
| Octal | 11 | 55 | 126 | 132 | 60 | 0 | 102 | 324 | 121 | 23 |
| Binary | 1001 | 101101 | 1010110 | 1011010 | 110000 | 0 | 1000010 | 11010100 | 1010001 | 10011 |
Color Harmonies of #092D56
Complementary color
Monochromatic Colors of #092D56
Black with #092D56
Text Example
Text Example
White with #092D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D56; }
p { color: rgb(9,45,86); }
H1.HeaderClassName
{
color: #092D56;
}
.AnyTagClassName
{
color: #092D56;
}
</style>
background-color css
<style>
a { background-color: #092D56; }
a { background-color: rgb(9,45,86); }
div.DivClassName
{
background-color: #092D56;
}
.BgClassName
{
background-color: #092D56;
}
</style>
border-color css
<style>
span { border-color: #092D56; }
span { border-color: rgb(9,45,86); }
td.TdClassName
{
border-color: #092D56;
}
.TagClassName
{
border-color: #092D56;
}
</style>