Shades of Prussian Blue #093A54
Tints of Prussian Blue #093A54
RGB
CMYK
RGB Variations
Color information
#093A54 (or 0x093A54) is known color: Prussian Blue. HEX triplet: 09, 3A and 54. RGB value is (9,58,84). Sum of RGB (Red+Green+Blue) = 9+58+84=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #093A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A54 is #F6C5AB. Grayscale: #2E2E2E. Windows color (decimal): -16172460 or 5519881. OLE color: 5519881.
HSL color Cylindrical-coordinate representation of color #093A54: hue angle of 200.8º 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 #093A54 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 58 | 84 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.67 |
| HSL | 200.8º | 0.81% | 0.18% | - |
| HSV(B) | 200.8º | 0.89% | 0.33% | - |
| XYZ | 3.23 | 3.72 | 8.94 | - |
| YUV | 46.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 84 | 0.89 | 0.31 | 0 | 0.67 | 200.8 | 0.81 | 0.18 |
| Hex | 9 | 3A | 54 | 59 | 1F | 0 | 43 | C9 | 51 | 12 |
| Octal | 11 | 72 | 124 | 131 | 37 | 0 | 103 | 311 | 121 | 22 |
| Binary | 1001 | 111010 | 1010100 | 1011001 | 11111 | 0 | 1000011 | 11001001 | 1010001 | 10010 |
Color Harmonies of #093A54
Complementary color
Monochromatic Colors of #093A54
Black with #093A54
Text Example
Text Example
White with #093A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A54; }
p { color: rgb(9,58,84); }
H1.HeaderClassName
{
color: #093A54;
}
.AnyTagClassName
{
color: #093A54;
}
</style>
background-color css
<style>
a { background-color: #093A54; }
a { background-color: rgb(9,58,84); }
div.DivClassName
{
background-color: #093A54;
}
.BgClassName
{
background-color: #093A54;
}
</style>
border-color css
<style>
span { border-color: #093A54; }
span { border-color: rgb(9,58,84); }
td.TdClassName
{
border-color: #093A54;
}
.TagClassName
{
border-color: #093A54;
}
</style>