Shades of Prussian Blue #093661
Tints of Prussian Blue #093661
RGB
CMYK
RGB Variations
Color information
#093661 (or 0x093661) is known color: Prussian Blue. HEX triplet: 09, 36 and 61. RGB value is (9,54,97). Sum of RGB (Red+Green+Blue) = 9+54+97=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #093661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093661 is #F6C99E. Grayscale: #2D2D2D. Windows color (decimal): -16173471 or 6370825. OLE color: 6370825.
HSL color Cylindrical-coordinate representation of color #093661: hue angle of 209.32º 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 #093661 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 54 | 97 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.62 |
| HSL | 209.32º | 0.83% | 0.21% | - |
| HSV(B) | 209.32º | 0.91% | 0.38% | - |
| XYZ | 3.59 | 3.56 | 11.81 | - |
| YUV | 45.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 97 | 0.91 | 0.44 | 0 | 0.62 | 209.32 | 0.83 | 0.21 |
| Hex | 9 | 36 | 61 | 5B | 2C | 0 | 3E | D1 | 53 | 15 |
| Octal | 11 | 66 | 141 | 133 | 54 | 0 | 76 | 321 | 123 | 25 |
| Binary | 1001 | 110110 | 1100001 | 1011011 | 101100 | 0 | 111110 | 11010001 | 1010011 | 10101 |
Color Harmonies of #093661
Complementary color
Monochromatic Colors of #093661
Black with #093661
Text Example
Text Example
White with #093661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093661; }
p { color: rgb(9,54,97); }
H1.HeaderClassName
{
color: #093661;
}
.AnyTagClassName
{
color: #093661;
}
</style>
background-color css
<style>
a { background-color: #093661; }
a { background-color: rgb(9,54,97); }
div.DivClassName
{
background-color: #093661;
}
.BgClassName
{
background-color: #093661;
}
</style>
border-color css
<style>
span { border-color: #093661; }
span { border-color: rgb(9,54,97); }
td.TdClassName
{
border-color: #093661;
}
.TagClassName
{
border-color: #093661;
}
</style>