Shades of Prussian Blue #093353
Tints of Prussian Blue #093353
RGB
CMYK
RGB Variations
Color information
#093353 (or 0x093353) is known color: Prussian Blue. HEX triplet: 09, 33 and 53. RGB value is (9,51,83). Sum of RGB (Red+Green+Blue) = 9+51+83=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #093353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093353 is #F6CCAC. Grayscale: #292929. Windows color (decimal): -16174253 or 5452553. OLE color: 5452553.
HSL color Cylindrical-coordinate representation of color #093353: hue angle of 205.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093353 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 51 | 83 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.67 |
| HSL | 205.95º | 0.8% | 0.18% | - |
| HSV(B) | 205.95º | 0.89% | 0.33% | - |
| XYZ | 2.86 | 3.05 | 8.62 | - |
| YUV | 42.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 83 | 0.89 | 0.39 | 0 | 0.67 | 205.95 | 0.8 | 0.18 |
| Hex | 9 | 33 | 53 | 59 | 27 | 0 | 43 | CE | 50 | 12 |
| Octal | 11 | 63 | 123 | 131 | 47 | 0 | 103 | 316 | 120 | 22 |
| Binary | 1001 | 110011 | 1010011 | 1011001 | 100111 | 0 | 1000011 | 11001110 | 1010000 | 10010 |
Color Harmonies of #093353
Complementary color
Monochromatic Colors of #093353
Black with #093353
Text Example
Text Example
White with #093353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093353; }
p { color: rgb(9,51,83); }
H1.HeaderClassName
{
color: #093353;
}
.AnyTagClassName
{
color: #093353;
}
</style>
background-color css
<style>
a { background-color: #093353; }
a { background-color: rgb(9,51,83); }
div.DivClassName
{
background-color: #093353;
}
.BgClassName
{
background-color: #093353;
}
</style>
border-color css
<style>
span { border-color: #093353; }
span { border-color: rgb(9,51,83); }
td.TdClassName
{
border-color: #093353;
}
.TagClassName
{
border-color: #093353;
}
</style>