Shades of Prussian Blue #093C59
Tints of Prussian Blue #093C59
RGB
CMYK
RGB Variations
Color information
#093C59 (or 0x093C59) is known color: Prussian Blue. HEX triplet: 09, 3C and 59. RGB value is (9,60,89). Sum of RGB (Red+Green+Blue) = 9+60+89=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #093C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C59 is #F6C3A6. Grayscale: #2F2F2F. Windows color (decimal): -16171943 or 5848073. OLE color: 5848073.
HSL color Cylindrical-coordinate representation of color #093C59: hue angle of 201.75º 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 #093C59 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 60 | 89 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.65 |
| HSL | 201.75º | 0.82% | 0.19% | - |
| HSV(B) | 201.75º | 0.9% | 0.35% | - |
| XYZ | 3.53 | 4.01 | 10.04 | - |
| YUV | 48.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 89 | 0.90 | 0.33 | 0 | 0.65 | 201.75 | 0.82 | 0.19 |
| Hex | 9 | 3C | 59 | 5A | 21 | 0 | 41 | CA | 52 | 13 |
| Octal | 11 | 74 | 131 | 132 | 41 | 0 | 101 | 312 | 122 | 23 |
| Binary | 1001 | 111100 | 1011001 | 1011010 | 100001 | 0 | 1000001 | 11001010 | 1010010 | 10011 |
Color Harmonies of #093C59
Complementary color
Monochromatic Colors of #093C59
Black with #093C59
Text Example
Text Example
White with #093C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C59; }
p { color: rgb(9,60,89); }
H1.HeaderClassName
{
color: #093C59;
}
.AnyTagClassName
{
color: #093C59;
}
</style>
background-color css
<style>
a { background-color: #093C59; }
a { background-color: rgb(9,60,89); }
div.DivClassName
{
background-color: #093C59;
}
.BgClassName
{
background-color: #093C59;
}
</style>
border-color css
<style>
span { border-color: #093C59; }
span { border-color: rgb(9,60,89); }
td.TdClassName
{
border-color: #093C59;
}
.TagClassName
{
border-color: #093C59;
}
</style>