Shades of Prussian Blue #093752
Tints of Prussian Blue #093752
RGB
CMYK
RGB Variations
Color information
#093752 (or 0x093752) is known color: Prussian Blue. HEX triplet: 09, 37 and 52. RGB value is (9,55,82). Sum of RGB (Red+Green+Blue) = 9+55+82=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #093752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093752 is #F6C8AD. Grayscale: #2C2C2C. Windows color (decimal): -16173230 or 5388041. OLE color: 5388041.
HSL color Cylindrical-coordinate representation of color #093752: hue angle of 202.19º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093752 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 55 | 82 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.68 |
| HSL | 202.19º | 0.8% | 0.18% | - |
| HSV(B) | 202.19º | 0.89% | 0.32% | - |
| XYZ | 3 | 3.4 | 8.48 | - |
| YUV | 44.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 82 | 0.89 | 0.33 | 0 | 0.68 | 202.19 | 0.8 | 0.18 |
| Hex | 9 | 37 | 52 | 59 | 21 | 0 | 44 | CA | 50 | 12 |
| Octal | 11 | 67 | 122 | 131 | 41 | 0 | 104 | 312 | 120 | 22 |
| Binary | 1001 | 110111 | 1010010 | 1011001 | 100001 | 0 | 1000100 | 11001010 | 1010000 | 10010 |
Color Harmonies of #093752
Complementary color
Monochromatic Colors of #093752
Black with #093752
Text Example
Text Example
White with #093752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093752; }
p { color: rgb(9,55,82); }
H1.HeaderClassName
{
color: #093752;
}
.AnyTagClassName
{
color: #093752;
}
</style>
background-color css
<style>
a { background-color: #093752; }
a { background-color: rgb(9,55,82); }
div.DivClassName
{
background-color: #093752;
}
.BgClassName
{
background-color: #093752;
}
</style>
border-color css
<style>
span { border-color: #093752; }
span { border-color: rgb(9,55,82); }
td.TdClassName
{
border-color: #093752;
}
.TagClassName
{
border-color: #093752;
}
</style>