Shades of Prussian Blue #093A5D
Tints of Prussian Blue #093A5D
RGB
CMYK
RGB Variations
Color information
#093A5D (or 0x093A5D) is known color: Prussian Blue. HEX triplet: 09, 3A and 5D. RGB value is (9,58,93). Sum of RGB (Red+Green+Blue) = 9+58+93=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #093A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A5D is #F6C5A2. Grayscale: #2F2F2F. Windows color (decimal): -16172451 or 6109705. OLE color: 6109705.
HSL color Cylindrical-coordinate representation of color #093A5D: hue angle of 205º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093A5D is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 58 | 93 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.64 |
| HSL | 205º | 0.82% | 0.2% | - |
| HSV(B) | 205º | 0.9% | 0.36% | - |
| XYZ | 3.6 | 3.87 | 10.91 | - |
| YUV | 47.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 93 | 0.90 | 0.38 | 0 | 0.64 | 205 | 0.82 | 0.2 |
| Hex | 9 | 3A | 5D | 5A | 26 | 0 | 40 | CD | 52 | 14 |
| Octal | 11 | 72 | 135 | 132 | 46 | 0 | 100 | 315 | 122 | 24 |
| Binary | 1001 | 111010 | 1011101 | 1011010 | 100110 | 0 | 1000000 | 11001101 | 1010010 | 10100 |
Color Harmonies of #093A5D
Complementary color
Monochromatic Colors of #093A5D
Black with #093A5D
Text Example
Text Example
White with #093A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A5D; }
p { color: rgb(9,58,93); }
H1.HeaderClassName
{
color: #093A5D;
}
.AnyTagClassName
{
color: #093A5D;
}
</style>
background-color css
<style>
a { background-color: #093A5D; }
a { background-color: rgb(9,58,93); }
div.DivClassName
{
background-color: #093A5D;
}
.BgClassName
{
background-color: #093A5D;
}
</style>
border-color css
<style>
span { border-color: #093A5D; }
span { border-color: rgb(9,58,93); }
td.TdClassName
{
border-color: #093A5D;
}
.TagClassName
{
border-color: #093A5D;
}
</style>