Shades of Prussian Blue #092D5A
Tints of Prussian Blue #092D5A
RGB
CMYK
RGB Variations
Color information
#092D5A (or 0x092D5A) is known color: Prussian Blue. HEX triplet: 09, 2D and 5A. RGB value is (9,45,90). Sum of RGB (Red+Green+Blue) = 9+45+90=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #092D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D5A is #F6D2A5. Grayscale: #272727. Windows color (decimal): -16175782 or 5909769. OLE color: 5909769.
HSL color Cylindrical-coordinate representation of color #092D5A: hue angle of 213.33º 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 #092D5A is Cyan = 0.9, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 45 | 90 | - |
| CMYK | 0.9 | 0.50 | 0 | 0.65 |
| HSL | 213.33º | 0.82% | 0.19% | - |
| HSV(B) | 213.33º | 0.9% | 0.35% | - |
| XYZ | 2.9 | 2.67 | 10.04 | - |
| YUV | 39.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 90 | 0.9 | 0.50 | 0 | 0.65 | 213.33 | 0.82 | 0.19 |
| Hex | 9 | 2D | 5A | 5A | 32 | 0 | 41 | D5 | 52 | 13 |
| Octal | 11 | 55 | 132 | 132 | 62 | 0 | 101 | 325 | 122 | 23 |
| Binary | 1001 | 101101 | 1011010 | 1011010 | 110010 | 0 | 1000001 | 11010101 | 1010010 | 10011 |
Color Harmonies of #092D5A
Complementary color
Monochromatic Colors of #092D5A
Black with #092D5A
Text Example
Text Example
White with #092D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D5A; }
p { color: rgb(9,45,90); }
H1.HeaderClassName
{
color: #092D5A;
}
.AnyTagClassName
{
color: #092D5A;
}
</style>
background-color css
<style>
a { background-color: #092D5A; }
a { background-color: rgb(9,45,90); }
div.DivClassName
{
background-color: #092D5A;
}
.BgClassName
{
background-color: #092D5A;
}
</style>
border-color css
<style>
span { border-color: #092D5A; }
span { border-color: rgb(9,45,90); }
td.TdClassName
{
border-color: #092D5A;
}
.TagClassName
{
border-color: #092D5A;
}
</style>