Shades of Prussian Blue #092D55
Tints of Prussian Blue #092D55
RGB
CMYK
RGB Variations
Color information
#092D55 (or 0x092D55) is known color: Prussian Blue. HEX triplet: 09, 2D and 55. RGB value is (9,45,85). Sum of RGB (Red+Green+Blue) = 9+45+85=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #092D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D55 is #F6D2AA. Grayscale: #262626. Windows color (decimal): -16175787 or 5582089. OLE color: 5582089.
HSL color Cylindrical-coordinate representation of color #092D55: hue angle of 211.58º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092D55 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 45 | 85 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.67 |
| HSL | 211.58º | 0.81% | 0.18% | - |
| HSV(B) | 211.58º | 0.89% | 0.33% | - |
| XYZ | 2.69 | 2.59 | 8.95 | - |
| YUV | 38.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 85 | 0.89 | 0.47 | 0 | 0.67 | 211.58 | 0.81 | 0.18 |
| Hex | 9 | 2D | 55 | 59 | 2F | 0 | 43 | D4 | 51 | 12 |
| Octal | 11 | 55 | 125 | 131 | 57 | 0 | 103 | 324 | 121 | 22 |
| Binary | 1001 | 101101 | 1010101 | 1011001 | 101111 | 0 | 1000011 | 11010100 | 1010001 | 10010 |
Color Harmonies of #092D55
Complementary color
Monochromatic Colors of #092D55
Black with #092D55
Text Example
Text Example
White with #092D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D55; }
p { color: rgb(9,45,85); }
H1.HeaderClassName
{
color: #092D55;
}
.AnyTagClassName
{
color: #092D55;
}
</style>
background-color css
<style>
a { background-color: #092D55; }
a { background-color: rgb(9,45,85); }
div.DivClassName
{
background-color: #092D55;
}
.BgClassName
{
background-color: #092D55;
}
</style>
border-color css
<style>
span { border-color: #092D55; }
span { border-color: rgb(9,45,85); }
td.TdClassName
{
border-color: #092D55;
}
.TagClassName
{
border-color: #092D55;
}
</style>