Shades of Prussian Blue #093E6E
Tints of Prussian Blue #093E6E
RGB
CMYK
RGB Variations
Color information
#093E6E (or 0x093E6E) is known color: Prussian Blue. HEX triplet: 09, 3E and 6E. RGB value is (9,62,110). Sum of RGB (Red+Green+Blue) = 9+62+110=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #093E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E6E is #F6C191. Grayscale: #333333. Windows color (decimal): -16171410 or 7224841. OLE color: 7224841.
HSL color Cylindrical-coordinate representation of color #093E6E: hue angle of 208.51º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093E6E is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 62 | 110 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.57 |
| HSL | 208.51º | 0.85% | 0.23% | - |
| HSV(B) | 208.51º | 0.92% | 0.43% | - |
| XYZ | 4.65 | 4.63 | 15.4 | - |
| YUV | 51.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 110 | 0.92 | 0.44 | 0 | 0.57 | 208.51 | 0.85 | 0.23 |
| Hex | 9 | 3E | 6E | 5C | 2C | 0 | 39 | D1 | 55 | 17 |
| Octal | 11 | 76 | 156 | 134 | 54 | 0 | 71 | 321 | 125 | 27 |
| Binary | 1001 | 111110 | 1101110 | 1011100 | 101100 | 0 | 111001 | 11010001 | 1010101 | 10111 |
Color Harmonies of #093E6E
Complementary color
Monochromatic Colors of #093E6E
Black with #093E6E
Text Example
Text Example
White with #093E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E6E; }
p { color: rgb(9,62,110); }
H1.HeaderClassName
{
color: #093E6E;
}
.AnyTagClassName
{
color: #093E6E;
}
</style>
background-color css
<style>
a { background-color: #093E6E; }
a { background-color: rgb(9,62,110); }
div.DivClassName
{
background-color: #093E6E;
}
.BgClassName
{
background-color: #093E6E;
}
</style>
border-color css
<style>
span { border-color: #093E6E; }
span { border-color: rgb(9,62,110); }
td.TdClassName
{
border-color: #093E6E;
}
.TagClassName
{
border-color: #093E6E;
}
</style>