Shades of Prussian Blue #092F5A
Tints of Prussian Blue #092F5A
RGB
CMYK
RGB Variations
Color information
#092F5A (or 0x092F5A) is known color: Prussian Blue. HEX triplet: 09, 2F and 5A. RGB value is (9,47,90). Sum of RGB (Red+Green+Blue) = 9+47+90=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #092F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F5A is #F6D0A5. Grayscale: #282828. Windows color (decimal): -16175270 or 5910281. OLE color: 5910281.
HSL color Cylindrical-coordinate representation of color #092F5A: hue angle of 211.85º 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 #092F5A is Cyan = 0.9, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 47 | 90 | - |
| CMYK | 0.9 | 0.48 | 0 | 0.65 |
| HSL | 211.85º | 0.82% | 0.19% | - |
| HSV(B) | 211.85º | 0.9% | 0.35% | - |
| XYZ | 2.97 | 2.83 | 10.06 | - |
| YUV | 40.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 90 | 0.9 | 0.48 | 0 | 0.65 | 211.85 | 0.82 | 0.19 |
| Hex | 9 | 2F | 5A | 5A | 30 | 0 | 41 | D4 | 52 | 13 |
| Octal | 11 | 57 | 132 | 132 | 60 | 0 | 101 | 324 | 122 | 23 |
| Binary | 1001 | 101111 | 1011010 | 1011010 | 110000 | 0 | 1000001 | 11010100 | 1010010 | 10011 |
Color Harmonies of #092F5A
Complementary color
Monochromatic Colors of #092F5A
Black with #092F5A
Text Example
Text Example
White with #092F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F5A; }
p { color: rgb(9,47,90); }
H1.HeaderClassName
{
color: #092F5A;
}
.AnyTagClassName
{
color: #092F5A;
}
</style>
background-color css
<style>
a { background-color: #092F5A; }
a { background-color: rgb(9,47,90); }
div.DivClassName
{
background-color: #092F5A;
}
.BgClassName
{
background-color: #092F5A;
}
</style>
border-color css
<style>
span { border-color: #092F5A; }
span { border-color: rgb(9,47,90); }
td.TdClassName
{
border-color: #092F5A;
}
.TagClassName
{
border-color: #092F5A;
}
</style>