Shades of Prussian Blue #093D60
Tints of Prussian Blue #093D60
RGB
CMYK
RGB Variations
Color information
#093D60 (or 0x093D60) is known color: Prussian Blue. HEX triplet: 09, 3D and 60. RGB value is (9,61,96). Sum of RGB (Red+Green+Blue) = 9+61+96=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #093D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D60 is #F6C29F. Grayscale: #313131. Windows color (decimal): -16171680 or 6307081. OLE color: 6307081.
HSL color Cylindrical-coordinate representation of color #093D60: hue angle of 204.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093D60 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 61 | 96 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.62 |
| HSL | 204.14º | 0.83% | 0.21% | - |
| HSV(B) | 204.14º | 0.91% | 0.38% | - |
| XYZ | 3.89 | 4.24 | 11.68 | - |
| YUV | 49.44 | 154.27 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 96 | 0.91 | 0.36 | 0 | 0.62 | 204.14 | 0.83 | 0.21 |
| Hex | 9 | 3D | 60 | 5B | 24 | 0 | 3E | CC | 53 | 15 |
| Octal | 11 | 75 | 140 | 133 | 44 | 0 | 76 | 314 | 123 | 25 |
| Binary | 1001 | 111101 | 1100000 | 1011011 | 100100 | 0 | 111110 | 11001100 | 1010011 | 10101 |
Color Harmonies of #093D60
Complementary color
Monochromatic Colors of #093D60
Black with #093D60
Text Example
Text Example
White with #093D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D60; }
p { color: rgb(9,61,96); }
H1.HeaderClassName
{
color: #093D60;
}
.AnyTagClassName
{
color: #093D60;
}
</style>
background-color css
<style>
a { background-color: #093D60; }
a { background-color: rgb(9,61,96); }
div.DivClassName
{
background-color: #093D60;
}
.BgClassName
{
background-color: #093D60;
}
</style>
border-color css
<style>
span { border-color: #093D60; }
span { border-color: rgb(9,61,96); }
td.TdClassName
{
border-color: #093D60;
}
.TagClassName
{
border-color: #093D60;
}
</style>