Shades of Prussian Blue #093266
Tints of Prussian Blue #093266
RGB
CMYK
RGB Variations
Color information
#093266 (or 0x093266) is known color: Prussian Blue. HEX triplet: 09, 32 and 66. RGB value is (9,50,102). Sum of RGB (Red+Green+Blue) = 9+50+102=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #093266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093266 is #F6CD99. Grayscale: #2B2B2B. Windows color (decimal): -16174490 or 6697481. OLE color: 6697481.
HSL color Cylindrical-coordinate representation of color #093266: hue angle of 213.55º 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 #093266 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 50 | 102 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.6 |
| HSL | 213.55º | 0.84% | 0.22% | - |
| HSV(B) | 213.55º | 0.91% | 0.4% | - |
| XYZ | 3.65 | 3.3 | 13.01 | - |
| YUV | 43.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 102 | 0.91 | 0.51 | 0 | 0.6 | 213.55 | 0.84 | 0.22 |
| Hex | 9 | 32 | 66 | 5B | 33 | 0 | 3C | D6 | 54 | 16 |
| Octal | 11 | 62 | 146 | 133 | 63 | 0 | 74 | 326 | 124 | 26 |
| Binary | 1001 | 110010 | 1100110 | 1011011 | 110011 | 0 | 111100 | 11010110 | 1010100 | 10110 |
Color Harmonies of #093266
Complementary color
Monochromatic Colors of #093266
Black with #093266
Text Example
Text Example
White with #093266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093266; }
p { color: rgb(9,50,102); }
H1.HeaderClassName
{
color: #093266;
}
.AnyTagClassName
{
color: #093266;
}
</style>
background-color css
<style>
a { background-color: #093266; }
a { background-color: rgb(9,50,102); }
div.DivClassName
{
background-color: #093266;
}
.BgClassName
{
background-color: #093266;
}
</style>
border-color css
<style>
span { border-color: #093266; }
span { border-color: rgb(9,50,102); }
td.TdClassName
{
border-color: #093266;
}
.TagClassName
{
border-color: #093266;
}
</style>