Shades of Prussian Blue #093058
Tints of Prussian Blue #093058
RGB
CMYK
RGB Variations
Color information
#093058 (or 0x093058) is known color: Prussian Blue. HEX triplet: 09, 30 and 58. RGB value is (9,48,88). Sum of RGB (Red+Green+Blue) = 9+48+88=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #093058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093058 is #F6CFA7. Grayscale: #282828. Windows color (decimal): -16175016 or 5779465. OLE color: 5779465.
HSL color Cylindrical-coordinate representation of color #093058: hue angle of 210.38º degrees, saturation: 0.81, 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 #093058 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 48 | 88 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.65 |
| HSL | 210.38º | 0.81% | 0.19% | - |
| HSV(B) | 210.38º | 0.9% | 0.35% | - |
| XYZ | 2.93 | 2.88 | 9.63 | - |
| YUV | 40.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 88 | 0.90 | 0.45 | 0 | 0.65 | 210.38 | 0.81 | 0.19 |
| Hex | 9 | 30 | 58 | 5A | 2D | 0 | 41 | D2 | 51 | 13 |
| Octal | 11 | 60 | 130 | 132 | 55 | 0 | 101 | 322 | 121 | 23 |
| Binary | 1001 | 110000 | 1011000 | 1011010 | 101101 | 0 | 1000001 | 11010010 | 1010001 | 10011 |
Color Harmonies of #093058
Complementary color
Monochromatic Colors of #093058
Black with #093058
Text Example
Text Example
White with #093058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093058; }
p { color: rgb(9,48,88); }
H1.HeaderClassName
{
color: #093058;
}
.AnyTagClassName
{
color: #093058;
}
</style>
background-color css
<style>
a { background-color: #093058; }
a { background-color: rgb(9,48,88); }
div.DivClassName
{
background-color: #093058;
}
.BgClassName
{
background-color: #093058;
}
</style>
border-color css
<style>
span { border-color: #093058; }
span { border-color: rgb(9,48,88); }
td.TdClassName
{
border-color: #093058;
}
.TagClassName
{
border-color: #093058;
}
</style>