Shades of Prussian Blue #092D5B
Tints of Prussian Blue #092D5B
RGB
CMYK
RGB Variations
Color information
#092D5B (or 0x092D5B) is known color: Prussian Blue. HEX triplet: 09, 2D and 5B. RGB value is (9,45,91). Sum of RGB (Red+Green+Blue) = 9+45+91=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #092D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D5B is #F6D2A4. Grayscale: #272727. Windows color (decimal): -16175781 or 5975305. OLE color: 5975305.
HSL color Cylindrical-coordinate representation of color #092D5B: hue angle of 213.66º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092D5B is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 45 | 91 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.64 |
| HSL | 213.66º | 0.82% | 0.2% | - |
| HSV(B) | 213.66º | 0.9% | 0.36% | - |
| XYZ | 2.94 | 2.69 | 10.26 | - |
| YUV | 39.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 91 | 0.90 | 0.51 | 0 | 0.64 | 213.66 | 0.82 | 0.2 |
| Hex | 9 | 2D | 5B | 5A | 33 | 0 | 40 | D6 | 52 | 14 |
| Octal | 11 | 55 | 133 | 132 | 63 | 0 | 100 | 326 | 122 | 24 |
| Binary | 1001 | 101101 | 1011011 | 1011010 | 110011 | 0 | 1000000 | 11010110 | 1010010 | 10100 |
Color Harmonies of #092D5B
Complementary color
Monochromatic Colors of #092D5B
Black with #092D5B
Text Example
Text Example
White with #092D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D5B; }
p { color: rgb(9,45,91); }
H1.HeaderClassName
{
color: #092D5B;
}
.AnyTagClassName
{
color: #092D5B;
}
</style>
background-color css
<style>
a { background-color: #092D5B; }
a { background-color: rgb(9,45,91); }
div.DivClassName
{
background-color: #092D5B;
}
.BgClassName
{
background-color: #092D5B;
}
</style>
border-color css
<style>
span { border-color: #092D5B; }
span { border-color: rgb(9,45,91); }
td.TdClassName
{
border-color: #092D5B;
}
.TagClassName
{
border-color: #092D5B;
}
</style>