Shades of Prussian Blue #092E57
Tints of Prussian Blue #092E57
RGB
CMYK
RGB Variations
Color information
#092E57 (or 0x092E57) is known color: Prussian Blue. HEX triplet: 09, 2E and 57. RGB value is (9,46,87). Sum of RGB (Red+Green+Blue) = 9+46+87=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #092E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E57 is #F6D1A8. Grayscale: #272727. Windows color (decimal): -16175529 or 5713417. OLE color: 5713417.
HSL color Cylindrical-coordinate representation of color #092E57: hue angle of 211.54º 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 #092E57 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 46 | 87 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.66 |
| HSL | 211.54º | 0.81% | 0.19% | - |
| HSV(B) | 211.54º | 0.9% | 0.34% | - |
| XYZ | 2.81 | 2.7 | 9.39 | - |
| YUV | 39.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 87 | 0.90 | 0.47 | 0 | 0.66 | 211.54 | 0.81 | 0.19 |
| Hex | 9 | 2E | 57 | 5A | 2F | 0 | 42 | D4 | 51 | 13 |
| Octal | 11 | 56 | 127 | 132 | 57 | 0 | 102 | 324 | 121 | 23 |
| Binary | 1001 | 101110 | 1010111 | 1011010 | 101111 | 0 | 1000010 | 11010100 | 1010001 | 10011 |
Color Harmonies of #092E57
Complementary color
Monochromatic Colors of #092E57
Black with #092E57
Text Example
Text Example
White with #092E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E57; }
p { color: rgb(9,46,87); }
H1.HeaderClassName
{
color: #092E57;
}
.AnyTagClassName
{
color: #092E57;
}
</style>
background-color css
<style>
a { background-color: #092E57; }
a { background-color: rgb(9,46,87); }
div.DivClassName
{
background-color: #092E57;
}
.BgClassName
{
background-color: #092E57;
}
</style>
border-color css
<style>
span { border-color: #092E57; }
span { border-color: rgb(9,46,87); }
td.TdClassName
{
border-color: #092E57;
}
.TagClassName
{
border-color: #092E57;
}
</style>