Shades of Prussian Blue #092C52
Tints of Prussian Blue #092C52
RGB
CMYK
RGB Variations
Color information
#092C52 (or 0x092C52) is known color: Prussian Blue. HEX triplet: 09, 2C and 52. RGB value is (9,44,82). Sum of RGB (Red+Green+Blue) = 9+44+82=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #092C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C52 is #F6D3AD. Grayscale: #252525. Windows color (decimal): -16176046 or 5385225. OLE color: 5385225.
HSL color Cylindrical-coordinate representation of color #092C52: hue angle of 211.23º 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 #092C52 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 44 | 82 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.68 |
| HSL | 211.23º | 0.8% | 0.18% | - |
| HSV(B) | 211.23º | 0.89% | 0.32% | - |
| XYZ | 2.54 | 2.47 | 8.33 | - |
| YUV | 37.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 82 | 0.89 | 0.46 | 0 | 0.68 | 211.23 | 0.8 | 0.18 |
| Hex | 9 | 2C | 52 | 59 | 2E | 0 | 44 | D3 | 50 | 12 |
| Octal | 11 | 54 | 122 | 131 | 56 | 0 | 104 | 323 | 120 | 22 |
| Binary | 1001 | 101100 | 1010010 | 1011001 | 101110 | 0 | 1000100 | 11010011 | 1010000 | 10010 |
Color Harmonies of #092C52
Complementary color
Monochromatic Colors of #092C52
Black with #092C52
Text Example
Text Example
White with #092C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C52; }
p { color: rgb(9,44,82); }
H1.HeaderClassName
{
color: #092C52;
}
.AnyTagClassName
{
color: #092C52;
}
</style>
background-color css
<style>
a { background-color: #092C52; }
a { background-color: rgb(9,44,82); }
div.DivClassName
{
background-color: #092C52;
}
.BgClassName
{
background-color: #092C52;
}
</style>
border-color css
<style>
span { border-color: #092C52; }
span { border-color: rgb(9,44,82); }
td.TdClassName
{
border-color: #092C52;
}
.TagClassName
{
border-color: #092C52;
}
</style>