Shades of Prussian Blue #092D51
Tints of Prussian Blue #092D51
RGB
CMYK
RGB Variations
Color information
#092D51 (or 0x092D51) is known color: Prussian Blue. HEX triplet: 09, 2D and 51. RGB value is (9,45,81). Sum of RGB (Red+Green+Blue) = 9+45+81=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #092D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D51 is #F6D2AE. Grayscale: #262626. Windows color (decimal): -16175791 or 5319945. OLE color: 5319945.
HSL color Cylindrical-coordinate representation of color #092D51: hue angle of 210º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092D51 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 45 | 81 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.68 |
| HSL | 210º | 0.8% | 0.18% | - |
| HSV(B) | 210º | 0.89% | 0.32% | - |
| XYZ | 2.54 | 2.53 | 8.14 | - |
| YUV | 38.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 81 | 0.89 | 0.44 | 0 | 0.68 | 210 | 0.8 | 0.18 |
| Hex | 9 | 2D | 51 | 59 | 2C | 0 | 44 | D2 | 50 | 12 |
| Octal | 11 | 55 | 121 | 131 | 54 | 0 | 104 | 322 | 120 | 22 |
| Binary | 1001 | 101101 | 1010001 | 1011001 | 101100 | 0 | 1000100 | 11010010 | 1010000 | 10010 |
Color Harmonies of #092D51
Complementary color
Monochromatic Colors of #092D51
Black with #092D51
Text Example
Text Example
White with #092D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D51; }
p { color: rgb(9,45,81); }
H1.HeaderClassName
{
color: #092D51;
}
.AnyTagClassName
{
color: #092D51;
}
</style>
background-color css
<style>
a { background-color: #092D51; }
a { background-color: rgb(9,45,81); }
div.DivClassName
{
background-color: #092D51;
}
.BgClassName
{
background-color: #092D51;
}
</style>
border-color css
<style>
span { border-color: #092D51; }
span { border-color: rgb(9,45,81); }
td.TdClassName
{
border-color: #092D51;
}
.TagClassName
{
border-color: #092D51;
}
</style>