Shades of Prussian Blue #093651
Tints of Prussian Blue #093651
RGB
CMYK
RGB Variations
Color information
#093651 (or 0x093651) is known color: Prussian Blue. HEX triplet: 09, 36 and 51. RGB value is (9,54,81). Sum of RGB (Red+Green+Blue) = 9+54+81=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #093651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093651 is #F6C9AE. Grayscale: #2B2B2B. Windows color (decimal): -16173487 or 5322249. OLE color: 5322249.
HSL color Cylindrical-coordinate representation of color #093651: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093651 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 54 | 81 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.68 |
| HSL | 202.5º | 0.8% | 0.18% | - |
| HSV(B) | 202.5º | 0.89% | 0.32% | - |
| XYZ | 2.92 | 3.29 | 8.27 | - |
| YUV | 43.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 81 | 0.89 | 0.33 | 0 | 0.68 | 202.5 | 0.8 | 0.18 |
| Hex | 9 | 36 | 51 | 59 | 21 | 0 | 44 | CA | 50 | 12 |
| Octal | 11 | 66 | 121 | 131 | 41 | 0 | 104 | 312 | 120 | 22 |
| Binary | 1001 | 110110 | 1010001 | 1011001 | 100001 | 0 | 1000100 | 11001010 | 1010000 | 10010 |
Color Harmonies of #093651
Complementary color
Monochromatic Colors of #093651
Black with #093651
Text Example
Text Example
White with #093651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093651; }
p { color: rgb(9,54,81); }
H1.HeaderClassName
{
color: #093651;
}
.AnyTagClassName
{
color: #093651;
}
</style>
background-color css
<style>
a { background-color: #093651; }
a { background-color: rgb(9,54,81); }
div.DivClassName
{
background-color: #093651;
}
.BgClassName
{
background-color: #093651;
}
</style>
border-color css
<style>
span { border-color: #093651; }
span { border-color: rgb(9,54,81); }
td.TdClassName
{
border-color: #093651;
}
.TagClassName
{
border-color: #093651;
}
</style>