Shades of Prussian Blue #093374
Tints of Prussian Blue #093374
RGB
CMYK
RGB Variations
Color information
#093374 (or 0x093374) is known color: Prussian Blue. HEX triplet: 09, 33 and 74. RGB value is (9,51,116). Sum of RGB (Red+Green+Blue) = 9+51+116=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #093374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093374 is #F6CC8B. Grayscale: #2D2D2D. Windows color (decimal): -16174220 or 7615241. OLE color: 7615241.
HSL color Cylindrical-coordinate representation of color #093374: hue angle of 216.45º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093374 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 51 | 116 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.55 |
| HSL | 216.45º | 0.86% | 0.25% | - |
| HSV(B) | 216.45º | 0.92% | 0.45% | - |
| XYZ | 4.45 | 3.69 | 17 | - |
| YUV | 45.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 116 | 0.92 | 0.56 | 0 | 0.55 | 216.45 | 0.86 | 0.25 |
| Hex | 9 | 33 | 74 | 5C | 38 | 0 | 37 | D8 | 56 | 19 |
| Octal | 11 | 63 | 164 | 134 | 70 | 0 | 67 | 330 | 126 | 31 |
| Binary | 1001 | 110011 | 1110100 | 1011100 | 111000 | 0 | 110111 | 11011000 | 1010110 | 11001 |
Color Harmonies of #093374
Complementary color
Monochromatic Colors of #093374
Black with #093374
Text Example
Text Example
White with #093374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093374; }
p { color: rgb(9,51,116); }
H1.HeaderClassName
{
color: #093374;
}
.AnyTagClassName
{
color: #093374;
}
</style>
background-color css
<style>
a { background-color: #093374; }
a { background-color: rgb(9,51,116); }
div.DivClassName
{
background-color: #093374;
}
.BgClassName
{
background-color: #093374;
}
</style>
border-color css
<style>
span { border-color: #093374; }
span { border-color: rgb(9,51,116); }
td.TdClassName
{
border-color: #093374;
}
.TagClassName
{
border-color: #093374;
}
</style>