Shades of Prussian Blue #092E5C
Tints of Prussian Blue #092E5C
RGB
CMYK
RGB Variations
Color information
#092E5C (or 0x092E5C) is known color: Prussian Blue. HEX triplet: 09, 2E and 5C. RGB value is (9,46,92). Sum of RGB (Red+Green+Blue) = 9+46+92=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #092E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E5C is #F6D1A3. Grayscale: #272727. Windows color (decimal): -16175524 or 6041097. OLE color: 6041097.
HSL color Cylindrical-coordinate representation of color #092E5C: hue angle of 213.25º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092E5C is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 46 | 92 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.64 |
| HSL | 213.25º | 0.82% | 0.2% | - |
| HSV(B) | 213.25º | 0.9% | 0.36% | - |
| XYZ | 3.02 | 2.78 | 10.5 | - |
| YUV | 40.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 92 | 0.90 | 0.50 | 0 | 0.64 | 213.25 | 0.82 | 0.2 |
| Hex | 9 | 2E | 5C | 5A | 32 | 0 | 40 | D5 | 52 | 14 |
| Octal | 11 | 56 | 134 | 132 | 62 | 0 | 100 | 325 | 122 | 24 |
| Binary | 1001 | 101110 | 1011100 | 1011010 | 110010 | 0 | 1000000 | 11010101 | 1010010 | 10100 |
Color Harmonies of #092E5C
Complementary color
Monochromatic Colors of #092E5C
Black with #092E5C
Text Example
Text Example
White with #092E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E5C; }
p { color: rgb(9,46,92); }
H1.HeaderClassName
{
color: #092E5C;
}
.AnyTagClassName
{
color: #092E5C;
}
</style>
background-color css
<style>
a { background-color: #092E5C; }
a { background-color: rgb(9,46,92); }
div.DivClassName
{
background-color: #092E5C;
}
.BgClassName
{
background-color: #092E5C;
}
</style>
border-color css
<style>
span { border-color: #092E5C; }
span { border-color: rgb(9,46,92); }
td.TdClassName
{
border-color: #092E5C;
}
.TagClassName
{
border-color: #092E5C;
}
</style>