Shades of Prussian Blue #093E68
Tints of Prussian Blue #093E68
RGB
CMYK
RGB Variations
Color information
#093E68 (or 0x093E68) is known color: Prussian Blue. HEX triplet: 09, 3E and 68. RGB value is (9,62,104). Sum of RGB (Red+Green+Blue) = 9+62+104=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #093E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E68 is #F6C197. Grayscale: #323232. Windows color (decimal): -16171416 or 6831625. OLE color: 6831625.
HSL color Cylindrical-coordinate representation of color #093E68: hue angle of 206.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093E68 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 62 | 104 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.59 |
| HSL | 206.53º | 0.84% | 0.22% | - |
| HSV(B) | 206.53º | 0.91% | 0.41% | - |
| XYZ | 4.33 | 4.5 | 13.74 | - |
| YUV | 50.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 104 | 0.91 | 0.40 | 0 | 0.59 | 206.53 | 0.84 | 0.22 |
| Hex | 9 | 3E | 68 | 5B | 28 | 0 | 3B | CF | 54 | 16 |
| Octal | 11 | 76 | 150 | 133 | 50 | 0 | 73 | 317 | 124 | 26 |
| Binary | 1001 | 111110 | 1101000 | 1011011 | 101000 | 0 | 111011 | 11001111 | 1010100 | 10110 |
Color Harmonies of #093E68
Complementary color
Monochromatic Colors of #093E68
Black with #093E68
Text Example
Text Example
White with #093E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E68; }
p { color: rgb(9,62,104); }
H1.HeaderClassName
{
color: #093E68;
}
.AnyTagClassName
{
color: #093E68;
}
</style>
background-color css
<style>
a { background-color: #093E68; }
a { background-color: rgb(9,62,104); }
div.DivClassName
{
background-color: #093E68;
}
.BgClassName
{
background-color: #093E68;
}
</style>
border-color css
<style>
span { border-color: #093E68; }
span { border-color: rgb(9,62,104); }
td.TdClassName
{
border-color: #093E68;
}
.TagClassName
{
border-color: #093E68;
}
</style>