Shades of Prussian Blue #092C5A
Tints of Prussian Blue #092C5A
RGB
CMYK
RGB Variations
Color information
#092C5A (or 0x092C5A) is known color: Prussian Blue. HEX triplet: 09, 2C and 5A. RGB value is (9,44,90). Sum of RGB (Red+Green+Blue) = 9+44+90=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #092C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C5A is #F6D3A5. Grayscale: #262626. Windows color (decimal): -16176038 or 5909513. OLE color: 5909513.
HSL color Cylindrical-coordinate representation of color #092C5A: hue angle of 214.07º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092C5A is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 44 | 90 | - |
| CMYK | 0.9 | 0.51 | 0 | 0.65 |
| HSL | 214.07º | 0.82% | 0.19% | - |
| HSV(B) | 214.07º | 0.9% | 0.35% | - |
| XYZ | 2.86 | 2.6 | 10.02 | - |
| YUV | 38.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 90 | 0.9 | 0.51 | 0 | 0.65 | 214.07 | 0.82 | 0.19 |
| Hex | 9 | 2C | 5A | 5A | 33 | 0 | 41 | D6 | 52 | 13 |
| Octal | 11 | 54 | 132 | 132 | 63 | 0 | 101 | 326 | 122 | 23 |
| Binary | 1001 | 101100 | 1011010 | 1011010 | 110011 | 0 | 1000001 | 11010110 | 1010010 | 10011 |
Color Harmonies of #092C5A
Complementary color
Monochromatic Colors of #092C5A
Black with #092C5A
Text Example
Text Example
White with #092C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C5A; }
p { color: rgb(9,44,90); }
H1.HeaderClassName
{
color: #092C5A;
}
.AnyTagClassName
{
color: #092C5A;
}
</style>
background-color css
<style>
a { background-color: #092C5A; }
a { background-color: rgb(9,44,90); }
div.DivClassName
{
background-color: #092C5A;
}
.BgClassName
{
background-color: #092C5A;
}
</style>
border-color css
<style>
span { border-color: #092C5A; }
span { border-color: rgb(9,44,90); }
td.TdClassName
{
border-color: #092C5A;
}
.TagClassName
{
border-color: #092C5A;
}
</style>