Shades of Prussian Blue #093D5A
Tints of Prussian Blue #093D5A
RGB
CMYK
RGB Variations
Color information
#093D5A (or 0x093D5A) is known color: Prussian Blue. HEX triplet: 09, 3D and 5A. RGB value is (9,61,90). Sum of RGB (Red+Green+Blue) = 9+61+90=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #093D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D5A is #F6C2A5. Grayscale: #303030. Windows color (decimal): -16171686 or 5913865. OLE color: 5913865.
HSL color Cylindrical-coordinate representation of color #093D5A: hue angle of 201.48º 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 #093D5A is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 61 | 90 | - |
| CMYK | 0.9 | 0.32 | 0 | 0.65 |
| HSL | 201.48º | 0.82% | 0.19% | - |
| HSV(B) | 201.48º | 0.9% | 0.35% | - |
| XYZ | 3.63 | 4.13 | 10.28 | - |
| YUV | 48.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 90 | 0.9 | 0.32 | 0 | 0.65 | 201.48 | 0.82 | 0.19 |
| Hex | 9 | 3D | 5A | 5A | 20 | 0 | 41 | C9 | 52 | 13 |
| Octal | 11 | 75 | 132 | 132 | 40 | 0 | 101 | 311 | 122 | 23 |
| Binary | 1001 | 111101 | 1011010 | 1011010 | 100000 | 0 | 1000001 | 11001001 | 1010010 | 10011 |
Color Harmonies of #093D5A
Complementary color
Monochromatic Colors of #093D5A
Black with #093D5A
Text Example
Text Example
White with #093D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D5A; }
p { color: rgb(9,61,90); }
H1.HeaderClassName
{
color: #093D5A;
}
.AnyTagClassName
{
color: #093D5A;
}
</style>
background-color css
<style>
a { background-color: #093D5A; }
a { background-color: rgb(9,61,90); }
div.DivClassName
{
background-color: #093D5A;
}
.BgClassName
{
background-color: #093D5A;
}
</style>
border-color css
<style>
span { border-color: #093D5A; }
span { border-color: rgb(9,61,90); }
td.TdClassName
{
border-color: #093D5A;
}
.TagClassName
{
border-color: #093D5A;
}
</style>