Shades of Prussian Blue #0A3056
Tints of Prussian Blue #0A3056
RGB
CMYK
RGB Variations
Color information
#0A3056 (or 0x0A3056) is known color: Prussian Blue. HEX triplet: 0A, 30 and 56. RGB value is (10,48,86). Sum of RGB (Red+Green+Blue) = 10+48+86=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A3056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3056 is #F5CFA9. Grayscale: #282828. Windows color (decimal): -16109482 or 5648394. OLE color: 5648394.
HSL color Cylindrical-coordinate representation of color #0A3056: hue angle of 210º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3056 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 48 | 86 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.66 |
| HSL | 210º | 0.79% | 0.19% | - |
| HSV(B) | 210º | 0.88% | 0.34% | - |
| XYZ | 2.86 | 2.85 | 9.2 | - |
| YUV | 40.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 86 | 0.88 | 0.44 | 0 | 0.66 | 210 | 0.79 | 0.19 |
| Hex | A | 30 | 56 | 58 | 2C | 0 | 42 | D2 | 4F | 13 |
| Octal | 12 | 60 | 126 | 130 | 54 | 0 | 102 | 322 | 117 | 23 |
| Binary | 1010 | 110000 | 1010110 | 1011000 | 101100 | 0 | 1000010 | 11010010 | 1001111 | 10011 |
Color Harmonies of #0A3056
Complementary color
Monochromatic Colors of #0A3056
Black with #0A3056
Text Example
Text Example
White with #0A3056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3056; }
p { color: rgb(10,48,86); }
H1.HeaderClassName
{
color: #0A3056;
}
.AnyTagClassName
{
color: #0A3056;
}
</style>
background-color css
<style>
a { background-color: #0A3056; }
a { background-color: rgb(10,48,86); }
div.DivClassName
{
background-color: #0A3056;
}
.BgClassName
{
background-color: #0A3056;
}
</style>
border-color css
<style>
span { border-color: #0A3056; }
span { border-color: rgb(10,48,86); }
td.TdClassName
{
border-color: #0A3056;
}
.TagClassName
{
border-color: #0A3056;
}
</style>