Shades of Prussian Blue #093F5B
Tints of Prussian Blue #093F5B
RGB
CMYK
RGB Variations
Color information
#093F5B (or 0x093F5B) is known color: Prussian Blue. HEX triplet: 09, 3F and 5B. RGB value is (9,63,91). Sum of RGB (Red+Green+Blue) = 9+63+91=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #093F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F5B is #F6C0A4. Grayscale: #313131. Windows color (decimal): -16171173 or 5979913. OLE color: 5979913.
HSL color Cylindrical-coordinate representation of color #093F5B: hue angle of 200.49º 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 #093F5B is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 63 | 91 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.64 |
| HSL | 200.49º | 0.82% | 0.2% | - |
| HSV(B) | 200.49º | 0.9% | 0.36% | - |
| XYZ | 3.78 | 4.37 | 10.54 | - |
| YUV | 50.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 91 | 0.90 | 0.31 | 0 | 0.64 | 200.49 | 0.82 | 0.2 |
| Hex | 9 | 3F | 5B | 5A | 1F | 0 | 40 | C8 | 52 | 14 |
| Octal | 11 | 77 | 133 | 132 | 37 | 0 | 100 | 310 | 122 | 24 |
| Binary | 1001 | 111111 | 1011011 | 1011010 | 11111 | 0 | 1000000 | 11001000 | 1010010 | 10100 |
Color Harmonies of #093F5B
Complementary color
Monochromatic Colors of #093F5B
Black with #093F5B
Text Example
Text Example
White with #093F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F5B; }
p { color: rgb(9,63,91); }
H1.HeaderClassName
{
color: #093F5B;
}
.AnyTagClassName
{
color: #093F5B;
}
</style>
background-color css
<style>
a { background-color: #093F5B; }
a { background-color: rgb(9,63,91); }
div.DivClassName
{
background-color: #093F5B;
}
.BgClassName
{
background-color: #093F5B;
}
</style>
border-color css
<style>
span { border-color: #093F5B; }
span { border-color: rgb(9,63,91); }
td.TdClassName
{
border-color: #093F5B;
}
.TagClassName
{
border-color: #093F5B;
}
</style>