Shades of Prussian Blue #093E5B
Tints of Prussian Blue #093E5B
RGB
CMYK
RGB Variations
Color information
#093E5B (or 0x093E5B) is known color: Prussian Blue. HEX triplet: 09, 3E and 5B. RGB value is (9,62,91). Sum of RGB (Red+Green+Blue) = 9+62+91=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #093E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E5B is #F6C1A4. Grayscale: #313131. Windows color (decimal): -16171429 or 5979657. OLE color: 5979657.
HSL color Cylindrical-coordinate representation of color #093E5B: hue angle of 201.22º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093E5B is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 62 | 91 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.64 |
| HSL | 201.22º | 0.82% | 0.2% | - |
| HSV(B) | 201.22º | 0.9% | 0.36% | - |
| XYZ | 3.72 | 4.26 | 10.52 | - |
| YUV | 49.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 91 | 0.90 | 0.32 | 0 | 0.64 | 201.22 | 0.82 | 0.2 |
| Hex | 9 | 3E | 5B | 5A | 20 | 0 | 40 | C9 | 52 | 14 |
| Octal | 11 | 76 | 133 | 132 | 40 | 0 | 100 | 311 | 122 | 24 |
| Binary | 1001 | 111110 | 1011011 | 1011010 | 100000 | 0 | 1000000 | 11001001 | 1010010 | 10100 |
Color Harmonies of #093E5B
Complementary color
Monochromatic Colors of #093E5B
Black with #093E5B
Text Example
Text Example
White with #093E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E5B; }
p { color: rgb(9,62,91); }
H1.HeaderClassName
{
color: #093E5B;
}
.AnyTagClassName
{
color: #093E5B;
}
</style>
background-color css
<style>
a { background-color: #093E5B; }
a { background-color: rgb(9,62,91); }
div.DivClassName
{
background-color: #093E5B;
}
.BgClassName
{
background-color: #093E5B;
}
</style>
border-color css
<style>
span { border-color: #093E5B; }
span { border-color: rgb(9,62,91); }
td.TdClassName
{
border-color: #093E5B;
}
.TagClassName
{
border-color: #093E5B;
}
</style>