Shades of Prussian Blue #093A60
Tints of Prussian Blue #093A60
RGB
CMYK
RGB Variations
Color information
#093A60 (or 0x093A60) is known color: Prussian Blue. HEX triplet: 09, 3A and 60. RGB value is (9,58,96). Sum of RGB (Red+Green+Blue) = 9+58+96=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #093A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A60 is #F6C59F. Grayscale: #2F2F2F. Windows color (decimal): -16172448 or 6306313. OLE color: 6306313.
HSL color Cylindrical-coordinate representation of color #093A60: hue angle of 206.21º 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 #093A60 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 58 | 96 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.62 |
| HSL | 206.21º | 0.83% | 0.21% | - |
| HSV(B) | 206.21º | 0.91% | 0.38% | - |
| XYZ | 3.74 | 3.93 | 11.63 | - |
| YUV | 47.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 96 | 0.91 | 0.40 | 0 | 0.62 | 206.21 | 0.83 | 0.21 |
| Hex | 9 | 3A | 60 | 5B | 28 | 0 | 3E | CE | 53 | 15 |
| Octal | 11 | 72 | 140 | 133 | 50 | 0 | 76 | 316 | 123 | 25 |
| Binary | 1001 | 111010 | 1100000 | 1011011 | 101000 | 0 | 111110 | 11001110 | 1010011 | 10101 |
Color Harmonies of #093A60
Complementary color
Monochromatic Colors of #093A60
Black with #093A60
Text Example
Text Example
White with #093A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A60; }
p { color: rgb(9,58,96); }
H1.HeaderClassName
{
color: #093A60;
}
.AnyTagClassName
{
color: #093A60;
}
</style>
background-color css
<style>
a { background-color: #093A60; }
a { background-color: rgb(9,58,96); }
div.DivClassName
{
background-color: #093A60;
}
.BgClassName
{
background-color: #093A60;
}
</style>
border-color css
<style>
span { border-color: #093A60; }
span { border-color: rgb(9,58,96); }
td.TdClassName
{
border-color: #093A60;
}
.TagClassName
{
border-color: #093A60;
}
</style>