Shades of Prussian Blue #093565
Tints of Prussian Blue #093565
RGB
CMYK
RGB Variations
Color information
#093565 (or 0x093565) is known color: Prussian Blue. HEX triplet: 09, 35 and 65. RGB value is (9,53,101). Sum of RGB (Red+Green+Blue) = 9+53+101=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #093565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093565 is #F6CA9A. Grayscale: #2D2D2D. Windows color (decimal): -16173723 or 6632713. OLE color: 6632713.
HSL color Cylindrical-coordinate representation of color #093565: hue angle of 211.3º 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 #093565 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 53 | 101 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.60 |
| HSL | 211.3º | 0.84% | 0.22% | - |
| HSV(B) | 211.3º | 0.91% | 0.4% | - |
| XYZ | 3.73 | 3.54 | 12.8 | - |
| YUV | 45.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 101 | 0.91 | 0.48 | 0 | 0.60 | 211.3 | 0.84 | 0.22 |
| Hex | 9 | 35 | 65 | 5B | 30 | 0 | 3C | D3 | 54 | 16 |
| Octal | 11 | 65 | 145 | 133 | 60 | 0 | 74 | 323 | 124 | 26 |
| Binary | 1001 | 110101 | 1100101 | 1011011 | 110000 | 0 | 111100 | 11010011 | 1010100 | 10110 |
Color Harmonies of #093565
Complementary color
Monochromatic Colors of #093565
Black with #093565
Text Example
Text Example
White with #093565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093565; }
p { color: rgb(9,53,101); }
H1.HeaderClassName
{
color: #093565;
}
.AnyTagClassName
{
color: #093565;
}
</style>
background-color css
<style>
a { background-color: #093565; }
a { background-color: rgb(9,53,101); }
div.DivClassName
{
background-color: #093565;
}
.BgClassName
{
background-color: #093565;
}
</style>
border-color css
<style>
span { border-color: #093565; }
span { border-color: rgb(9,53,101); }
td.TdClassName
{
border-color: #093565;
}
.TagClassName
{
border-color: #093565;
}
</style>