Shades of Prussian Blue #093453
Tints of Prussian Blue #093453
RGB
CMYK
RGB Variations
Color information
#093453 (or 0x093453) is known color: Prussian Blue. HEX triplet: 09, 34 and 53. RGB value is (9,52,83). Sum of RGB (Red+Green+Blue) = 9+52+83=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #093453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093453 is #F6CBAC. Grayscale: #2A2A2A. Windows color (decimal): -16173997 or 5452809. OLE color: 5452809.
HSL color Cylindrical-coordinate representation of color #093453: hue angle of 205.14º degrees, saturation: 0.8, 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 #093453 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 52 | 83 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.67 |
| HSL | 205.14º | 0.8% | 0.18% | - |
| HSV(B) | 205.14º | 0.89% | 0.33% | - |
| XYZ | 2.9 | 3.14 | 8.64 | - |
| YUV | 42.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 83 | 0.89 | 0.37 | 0 | 0.67 | 205.14 | 0.8 | 0.18 |
| Hex | 9 | 34 | 53 | 59 | 25 | 0 | 43 | CD | 50 | 12 |
| Octal | 11 | 64 | 123 | 131 | 45 | 0 | 103 | 315 | 120 | 22 |
| Binary | 1001 | 110100 | 1010011 | 1011001 | 100101 | 0 | 1000011 | 11001101 | 1010000 | 10010 |
Color Harmonies of #093453
Complementary color
Monochromatic Colors of #093453
Black with #093453
Text Example
Text Example
White with #093453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093453; }
p { color: rgb(9,52,83); }
H1.HeaderClassName
{
color: #093453;
}
.AnyTagClassName
{
color: #093453;
}
</style>
background-color css
<style>
a { background-color: #093453; }
a { background-color: rgb(9,52,83); }
div.DivClassName
{
background-color: #093453;
}
.BgClassName
{
background-color: #093453;
}
</style>
border-color css
<style>
span { border-color: #093453; }
span { border-color: rgb(9,52,83); }
td.TdClassName
{
border-color: #093453;
}
.TagClassName
{
border-color: #093453;
}
</style>