Shades of Prussian Blue #093B5A
Tints of Prussian Blue #093B5A
RGB
CMYK
RGB Variations
Color information
#093B5A (or 0x093B5A) is known color: Prussian Blue. HEX triplet: 09, 3B and 5A. RGB value is (9,59,90). Sum of RGB (Red+Green+Blue) = 9+59+90=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #093B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B5A is #F6C4A5. Grayscale: #2F2F2F. Windows color (decimal): -16172198 or 5913353. OLE color: 5913353.
HSL color Cylindrical-coordinate representation of color #093B5A: hue angle of 202.96º 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 #093B5A is Cyan = 0.9, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 59 | 90 | - |
| CMYK | 0.9 | 0.34 | 0 | 0.65 |
| HSL | 202.96º | 0.82% | 0.19% | - |
| HSV(B) | 202.96º | 0.9% | 0.35% | - |
| XYZ | 3.52 | 3.92 | 10.24 | - |
| YUV | 47.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 90 | 0.9 | 0.34 | 0 | 0.65 | 202.96 | 0.82 | 0.19 |
| Hex | 9 | 3B | 5A | 5A | 22 | 0 | 41 | CB | 52 | 13 |
| Octal | 11 | 73 | 132 | 132 | 42 | 0 | 101 | 313 | 122 | 23 |
| Binary | 1001 | 111011 | 1011010 | 1011010 | 100010 | 0 | 1000001 | 11001011 | 1010010 | 10011 |
Color Harmonies of #093B5A
Complementary color
Monochromatic Colors of #093B5A
Black with #093B5A
Text Example
Text Example
White with #093B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B5A; }
p { color: rgb(9,59,90); }
H1.HeaderClassName
{
color: #093B5A;
}
.AnyTagClassName
{
color: #093B5A;
}
</style>
background-color css
<style>
a { background-color: #093B5A; }
a { background-color: rgb(9,59,90); }
div.DivClassName
{
background-color: #093B5A;
}
.BgClassName
{
background-color: #093B5A;
}
</style>
border-color css
<style>
span { border-color: #093B5A; }
span { border-color: rgb(9,59,90); }
td.TdClassName
{
border-color: #093B5A;
}
.TagClassName
{
border-color: #093B5A;
}
</style>