Shades of Prussian Blue #093366
Tints of Prussian Blue #093366
RGB
CMYK
RGB Variations
Color information
#093366 (or 0x093366) is known color: Prussian Blue. HEX triplet: 09, 33 and 66. RGB value is (9,51,102). Sum of RGB (Red+Green+Blue) = 9+51+102=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #093366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093366 is #F6CC99. Grayscale: #2C2C2C. Windows color (decimal): -16174234 or 6697737. OLE color: 6697737.
HSL color Cylindrical-coordinate representation of color #093366: hue angle of 212.9º 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 #093366 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 51 | 102 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.6 |
| HSL | 212.9º | 0.84% | 0.22% | - |
| HSV(B) | 212.9º | 0.91% | 0.4% | - |
| XYZ | 3.69 | 3.39 | 13.03 | - |
| YUV | 44.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 102 | 0.91 | 0.5 | 0 | 0.6 | 212.9 | 0.84 | 0.22 |
| Hex | 9 | 33 | 66 | 5B | 32 | 0 | 3C | D5 | 54 | 16 |
| Octal | 11 | 63 | 146 | 133 | 62 | 0 | 74 | 325 | 124 | 26 |
| Binary | 1001 | 110011 | 1100110 | 1011011 | 110010 | 0 | 111100 | 11010101 | 1010100 | 10110 |
Color Harmonies of #093366
Complementary color
Monochromatic Colors of #093366
Black with #093366
Text Example
Text Example
White with #093366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093366; }
p { color: rgb(9,51,102); }
H1.HeaderClassName
{
color: #093366;
}
.AnyTagClassName
{
color: #093366;
}
</style>
background-color css
<style>
a { background-color: #093366; }
a { background-color: rgb(9,51,102); }
div.DivClassName
{
background-color: #093366;
}
.BgClassName
{
background-color: #093366;
}
</style>
border-color css
<style>
span { border-color: #093366; }
span { border-color: rgb(9,51,102); }
td.TdClassName
{
border-color: #093366;
}
.TagClassName
{
border-color: #093366;
}
</style>