Shades of Prussian Blue #092C50
Tints of Prussian Blue #092C50
RGB
CMYK
RGB Variations
Color information
#092C50 (or 0x092C50) is known color: Prussian Blue. HEX triplet: 09, 2C and 50. RGB value is (9,44,80). Sum of RGB (Red+Green+Blue) = 9+44+80=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #092C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C50 is #F6D3AF. Grayscale: #252525. Windows color (decimal): -16176048 or 5254153. OLE color: 5254153.
HSL color Cylindrical-coordinate representation of color #092C50: hue angle of 210.42º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092C50 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 44 | 80 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.69 |
| HSL | 210.42º | 0.8% | 0.17% | - |
| HSV(B) | 210.42º | 0.89% | 0.31% | - |
| XYZ | 2.46 | 2.44 | 7.93 | - |
| YUV | 37.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 80 | 0.89 | 0.45 | 0 | 0.69 | 210.42 | 0.8 | 0.17 |
| Hex | 9 | 2C | 50 | 59 | 2D | 0 | 45 | D2 | 50 | 11 |
| Octal | 11 | 54 | 120 | 131 | 55 | 0 | 105 | 322 | 120 | 21 |
| Binary | 1001 | 101100 | 1010000 | 1011001 | 101101 | 0 | 1000101 | 11010010 | 1010000 | 10001 |
Color Harmonies of #092C50
Complementary color
Monochromatic Colors of #092C50
Black with #092C50
Text Example
Text Example
White with #092C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C50; }
p { color: rgb(9,44,80); }
H1.HeaderClassName
{
color: #092C50;
}
.AnyTagClassName
{
color: #092C50;
}
</style>
background-color css
<style>
a { background-color: #092C50; }
a { background-color: rgb(9,44,80); }
div.DivClassName
{
background-color: #092C50;
}
.BgClassName
{
background-color: #092C50;
}
</style>
border-color css
<style>
span { border-color: #092C50; }
span { border-color: rgb(9,44,80); }
td.TdClassName
{
border-color: #092C50;
}
.TagClassName
{
border-color: #092C50;
}
</style>