Shades of Prussian Blue #093065
Tints of Prussian Blue #093065
RGB
CMYK
RGB Variations
Color information
#093065 (or 0x093065) is known color: Prussian Blue. HEX triplet: 09, 30 and 65. RGB value is (9,48,101). Sum of RGB (Red+Green+Blue) = 9+48+101=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #093065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093065 is #F6CF9A. Grayscale: #2A2A2A. Windows color (decimal): -16175003 or 6631433. OLE color: 6631433.
HSL color Cylindrical-coordinate representation of color #093065: hue angle of 214.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093065 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 48 | 101 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.60 |
| HSL | 214.57º | 0.84% | 0.22% | - |
| HSV(B) | 214.57º | 0.91% | 0.4% | - |
| XYZ | 3.52 | 3.11 | 12.73 | - |
| YUV | 42.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 101 | 0.91 | 0.52 | 0 | 0.60 | 214.57 | 0.84 | 0.22 |
| Hex | 9 | 30 | 65 | 5B | 34 | 0 | 3C | D7 | 54 | 16 |
| Octal | 11 | 60 | 145 | 133 | 64 | 0 | 74 | 327 | 124 | 26 |
| Binary | 1001 | 110000 | 1100101 | 1011011 | 110100 | 0 | 111100 | 11010111 | 1010100 | 10110 |
Color Harmonies of #093065
Complementary color
Monochromatic Colors of #093065
Black with #093065
Text Example
Text Example
White with #093065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093065; }
p { color: rgb(9,48,101); }
H1.HeaderClassName
{
color: #093065;
}
.AnyTagClassName
{
color: #093065;
}
</style>
background-color css
<style>
a { background-color: #093065; }
a { background-color: rgb(9,48,101); }
div.DivClassName
{
background-color: #093065;
}
.BgClassName
{
background-color: #093065;
}
</style>
border-color css
<style>
span { border-color: #093065; }
span { border-color: rgb(9,48,101); }
td.TdClassName
{
border-color: #093065;
}
.TagClassName
{
border-color: #093065;
}
</style>