Shades of Prussian Blue #093E5A
Tints of Prussian Blue #093E5A
RGB
CMYK
RGB Variations
Color information
#093E5A (or 0x093E5A) is known color: Prussian Blue. HEX triplet: 09, 3E and 5A. RGB value is (9,62,90). Sum of RGB (Red+Green+Blue) = 9+62+90=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #093E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E5A is #F6C1A5. Grayscale: #313131. Windows color (decimal): -16171430 or 5914121. OLE color: 5914121.
HSL color Cylindrical-coordinate representation of color #093E5A: hue angle of 200.74º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093E5A is Cyan = 0.9, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 62 | 90 | - |
| CMYK | 0.9 | 0.31 | 0 | 0.65 |
| HSL | 200.74º | 0.82% | 0.19% | - |
| HSV(B) | 200.74º | 0.9% | 0.35% | - |
| XYZ | 3.68 | 4.24 | 10.3 | - |
| YUV | 49.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 90 | 0.9 | 0.31 | 0 | 0.65 | 200.74 | 0.82 | 0.19 |
| Hex | 9 | 3E | 5A | 5A | 1F | 0 | 41 | C9 | 52 | 13 |
| Octal | 11 | 76 | 132 | 132 | 37 | 0 | 101 | 311 | 122 | 23 |
| Binary | 1001 | 111110 | 1011010 | 1011010 | 11111 | 0 | 1000001 | 11001001 | 1010010 | 10011 |
Color Harmonies of #093E5A
Complementary color
Monochromatic Colors of #093E5A
Black with #093E5A
Text Example
Text Example
White with #093E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E5A; }
p { color: rgb(9,62,90); }
H1.HeaderClassName
{
color: #093E5A;
}
.AnyTagClassName
{
color: #093E5A;
}
</style>
background-color css
<style>
a { background-color: #093E5A; }
a { background-color: rgb(9,62,90); }
div.DivClassName
{
background-color: #093E5A;
}
.BgClassName
{
background-color: #093E5A;
}
</style>
border-color css
<style>
span { border-color: #093E5A; }
span { border-color: rgb(9,62,90); }
td.TdClassName
{
border-color: #093E5A;
}
.TagClassName
{
border-color: #093E5A;
}
</style>