Shades of Prussian Blue #093A55
Tints of Prussian Blue #093A55
RGB
CMYK
RGB Variations
Color information
#093A55 (or 0x093A55) is known color: Prussian Blue. HEX triplet: 09, 3A and 55. RGB value is (9,58,85). Sum of RGB (Red+Green+Blue) = 9+58+85=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #093A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A55 is #F6C5AA. Grayscale: #2E2E2E. Windows color (decimal): -16172459 or 5585417. OLE color: 5585417.
HSL color Cylindrical-coordinate representation of color #093A55: hue angle of 201.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093A55 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 58 | 85 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.67 |
| HSL | 201.32º | 0.81% | 0.18% | - |
| HSV(B) | 201.32º | 0.89% | 0.33% | - |
| XYZ | 3.27 | 3.74 | 9.14 | - |
| YUV | 46.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 85 | 0.89 | 0.32 | 0 | 0.67 | 201.32 | 0.81 | 0.18 |
| Hex | 9 | 3A | 55 | 59 | 20 | 0 | 43 | C9 | 51 | 12 |
| Octal | 11 | 72 | 125 | 131 | 40 | 0 | 103 | 311 | 121 | 22 |
| Binary | 1001 | 111010 | 1010101 | 1011001 | 100000 | 0 | 1000011 | 11001001 | 1010001 | 10010 |
Color Harmonies of #093A55
Complementary color
Monochromatic Colors of #093A55
Black with #093A55
Text Example
Text Example
White with #093A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A55; }
p { color: rgb(9,58,85); }
H1.HeaderClassName
{
color: #093A55;
}
.AnyTagClassName
{
color: #093A55;
}
</style>
background-color css
<style>
a { background-color: #093A55; }
a { background-color: rgb(9,58,85); }
div.DivClassName
{
background-color: #093A55;
}
.BgClassName
{
background-color: #093A55;
}
</style>
border-color css
<style>
span { border-color: #093A55; }
span { border-color: rgb(9,58,85); }
td.TdClassName
{
border-color: #093A55;
}
.TagClassName
{
border-color: #093A55;
}
</style>