Shades of Prussian Blue #093B5D
Tints of Prussian Blue #093B5D
RGB
CMYK
RGB Variations
Color information
#093B5D (or 0x093B5D) is known color: Prussian Blue. HEX triplet: 09, 3B and 5D. RGB value is (9,59,93). Sum of RGB (Red+Green+Blue) = 9+59+93=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #093B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B5D is #F6C4A2. Grayscale: #2F2F2F. Windows color (decimal): -16172195 or 6109961. OLE color: 6109961.
HSL color Cylindrical-coordinate representation of color #093B5D: hue angle of 204.29º 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 #093B5D is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 59 | 93 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.64 |
| HSL | 204.29º | 0.82% | 0.2% | - |
| HSV(B) | 204.29º | 0.9% | 0.36% | - |
| XYZ | 3.65 | 3.98 | 10.93 | - |
| YUV | 47.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 93 | 0.90 | 0.37 | 0 | 0.64 | 204.29 | 0.82 | 0.2 |
| Hex | 9 | 3B | 5D | 5A | 25 | 0 | 40 | CC | 52 | 14 |
| Octal | 11 | 73 | 135 | 132 | 45 | 0 | 100 | 314 | 122 | 24 |
| Binary | 1001 | 111011 | 1011101 | 1011010 | 100101 | 0 | 1000000 | 11001100 | 1010010 | 10100 |
Color Harmonies of #093B5D
Complementary color
Monochromatic Colors of #093B5D
Black with #093B5D
Text Example
Text Example
White with #093B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B5D; }
p { color: rgb(9,59,93); }
H1.HeaderClassName
{
color: #093B5D;
}
.AnyTagClassName
{
color: #093B5D;
}
</style>
background-color css
<style>
a { background-color: #093B5D; }
a { background-color: rgb(9,59,93); }
div.DivClassName
{
background-color: #093B5D;
}
.BgClassName
{
background-color: #093B5D;
}
</style>
border-color css
<style>
span { border-color: #093B5D; }
span { border-color: rgb(9,59,93); }
td.TdClassName
{
border-color: #093B5D;
}
.TagClassName
{
border-color: #093B5D;
}
</style>