Shades of Prussian Blue #093960
Tints of Prussian Blue #093960
RGB
CMYK
RGB Variations
Color information
#093960 (or 0x093960) is known color: Prussian Blue. HEX triplet: 09, 39 and 60. RGB value is (9,57,96). Sum of RGB (Red+Green+Blue) = 9+57+96=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #093960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093960 is #F6C69F. Grayscale: #2E2E2E. Windows color (decimal): -16172704 or 6306057. OLE color: 6306057.
HSL color Cylindrical-coordinate representation of color #093960: hue angle of 206.9º 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 #093960 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 57 | 96 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.62 |
| HSL | 206.9º | 0.83% | 0.21% | - |
| HSV(B) | 206.9º | 0.91% | 0.38% | - |
| XYZ | 3.69 | 3.83 | 11.61 | - |
| YUV | 47.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 96 | 0.91 | 0.41 | 0 | 0.62 | 206.9 | 0.83 | 0.21 |
| Hex | 9 | 39 | 60 | 5B | 29 | 0 | 3E | CF | 53 | 15 |
| Octal | 11 | 71 | 140 | 133 | 51 | 0 | 76 | 317 | 123 | 25 |
| Binary | 1001 | 111001 | 1100000 | 1011011 | 101001 | 0 | 111110 | 11001111 | 1010011 | 10101 |
Color Harmonies of #093960
Complementary color
Monochromatic Colors of #093960
Black with #093960
Text Example
Text Example
White with #093960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093960; }
p { color: rgb(9,57,96); }
H1.HeaderClassName
{
color: #093960;
}
.AnyTagClassName
{
color: #093960;
}
</style>
background-color css
<style>
a { background-color: #093960; }
a { background-color: rgb(9,57,96); }
div.DivClassName
{
background-color: #093960;
}
.BgClassName
{
background-color: #093960;
}
</style>
border-color css
<style>
span { border-color: #093960; }
span { border-color: rgb(9,57,96); }
td.TdClassName
{
border-color: #093960;
}
.TagClassName
{
border-color: #093960;
}
</style>