Shades of Prussian Blue #0A3057
Tints of Prussian Blue #0A3057
RGB
CMYK
RGB Variations
Color information
#0A3057 (or 0x0A3057) is known color: Prussian Blue. HEX triplet: 0A, 30 and 57. RGB value is (10,48,87). Sum of RGB (Red+Green+Blue) = 10+48+87=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A3057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3057 is #F5CFA8. Grayscale: #282828. Windows color (decimal): -16109481 or 5713930. OLE color: 5713930.
HSL color Cylindrical-coordinate representation of color #0A3057: hue angle of 210.39º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3057 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 48 | 87 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.66 |
| HSL | 210.39º | 0.79% | 0.19% | - |
| HSV(B) | 210.39º | 0.89% | 0.34% | - |
| XYZ | 2.9 | 2.87 | 9.42 | - |
| YUV | 41.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 87 | 0.89 | 0.45 | 0 | 0.66 | 210.39 | 0.79 | 0.19 |
| Hex | A | 30 | 57 | 59 | 2D | 0 | 42 | D2 | 4F | 13 |
| Octal | 12 | 60 | 127 | 131 | 55 | 0 | 102 | 322 | 117 | 23 |
| Binary | 1010 | 110000 | 1010111 | 1011001 | 101101 | 0 | 1000010 | 11010010 | 1001111 | 10011 |
Color Harmonies of #0A3057
Complementary color
Monochromatic Colors of #0A3057
Black with #0A3057
Text Example
Text Example
White with #0A3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3057; }
p { color: rgb(10,48,87); }
H1.HeaderClassName
{
color: #0A3057;
}
.AnyTagClassName
{
color: #0A3057;
}
</style>
background-color css
<style>
a { background-color: #0A3057; }
a { background-color: rgb(10,48,87); }
div.DivClassName
{
background-color: #0A3057;
}
.BgClassName
{
background-color: #0A3057;
}
</style>
border-color css
<style>
span { border-color: #0A3057; }
span { border-color: rgb(10,48,87); }
td.TdClassName
{
border-color: #0A3057;
}
.TagClassName
{
border-color: #0A3057;
}
</style>