Shades of Prussian Blue #093C58
Tints of Prussian Blue #093C58
RGB
CMYK
RGB Variations
Color information
#093C58 (or 0x093C58) is known color: Prussian Blue. HEX triplet: 09, 3C and 58. RGB value is (9,60,88). Sum of RGB (Red+Green+Blue) = 9+60+88=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #093C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C58 is #F6C3A7. Grayscale: #2F2F2F. Windows color (decimal): -16171944 or 5782537. OLE color: 5782537.
HSL color Cylindrical-coordinate representation of color #093C58: hue angle of 201.27º degrees, saturation: 0.81, 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 #093C58 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 60 | 88 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.65 |
| HSL | 201.27º | 0.81% | 0.19% | - |
| HSV(B) | 201.27º | 0.9% | 0.35% | - |
| XYZ | 3.49 | 3.99 | 9.82 | - |
| YUV | 47.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 88 | 0.90 | 0.32 | 0 | 0.65 | 201.27 | 0.81 | 0.19 |
| Hex | 9 | 3C | 58 | 5A | 20 | 0 | 41 | C9 | 51 | 13 |
| Octal | 11 | 74 | 130 | 132 | 40 | 0 | 101 | 311 | 121 | 23 |
| Binary | 1001 | 111100 | 1011000 | 1011010 | 100000 | 0 | 1000001 | 11001001 | 1010001 | 10011 |
Color Harmonies of #093C58
Complementary color
Monochromatic Colors of #093C58
Black with #093C58
Text Example
Text Example
White with #093C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C58; }
p { color: rgb(9,60,88); }
H1.HeaderClassName
{
color: #093C58;
}
.AnyTagClassName
{
color: #093C58;
}
</style>
background-color css
<style>
a { background-color: #093C58; }
a { background-color: rgb(9,60,88); }
div.DivClassName
{
background-color: #093C58;
}
.BgClassName
{
background-color: #093C58;
}
</style>
border-color css
<style>
span { border-color: #093C58; }
span { border-color: rgb(9,60,88); }
td.TdClassName
{
border-color: #093C58;
}
.TagClassName
{
border-color: #093C58;
}
</style>