Shades of Prussian Blue #0A3059
Tints of Prussian Blue #0A3059
RGB
CMYK
RGB Variations
Color information
#0A3059 (or 0x0A3059) is known color: Prussian Blue. HEX triplet: 0A, 30 and 59. RGB value is (10,48,89). Sum of RGB (Red+Green+Blue) = 10+48+89=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A3059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3059 is #F5CFA6. Grayscale: #292929. Windows color (decimal): -16109479 or 5845002. OLE color: 5845002.
HSL color Cylindrical-coordinate representation of color #0A3059: hue angle of 211.14º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3059 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 48 | 89 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.65 |
| HSL | 211.14º | 0.8% | 0.19% | - |
| HSV(B) | 211.14º | 0.89% | 0.35% | - |
| XYZ | 2.99 | 2.9 | 9.85 | - |
| YUV | 41.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 89 | 0.89 | 0.46 | 0 | 0.65 | 211.14 | 0.8 | 0.19 |
| Hex | A | 30 | 59 | 59 | 2E | 0 | 41 | D3 | 50 | 13 |
| Octal | 12 | 60 | 131 | 131 | 56 | 0 | 101 | 323 | 120 | 23 |
| Binary | 1010 | 110000 | 1011001 | 1011001 | 101110 | 0 | 1000001 | 11010011 | 1010000 | 10011 |
Color Harmonies of #0A3059
Complementary color
Monochromatic Colors of #0A3059
Black with #0A3059
Text Example
Text Example
White with #0A3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3059; }
p { color: rgb(10,48,89); }
H1.HeaderClassName
{
color: #0A3059;
}
.AnyTagClassName
{
color: #0A3059;
}
</style>
background-color css
<style>
a { background-color: #0A3059; }
a { background-color: rgb(10,48,89); }
div.DivClassName
{
background-color: #0A3059;
}
.BgClassName
{
background-color: #0A3059;
}
</style>
border-color css
<style>
span { border-color: #0A3059; }
span { border-color: rgb(10,48,89); }
td.TdClassName
{
border-color: #0A3059;
}
.TagClassName
{
border-color: #0A3059;
}
</style>