Shades of Prussian Blue #0A3058
Tints of Prussian Blue #0A3058
RGB
CMYK
RGB Variations
Color information
#0A3058 (or 0x0A3058) is known color: Prussian Blue. HEX triplet: 0A, 30 and 58. RGB value is (10,48,88). Sum of RGB (Red+Green+Blue) = 10+48+88=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A3058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3058 is #F5CFA7. Grayscale: #292929. Windows color (decimal): -16109480 or 5779466. OLE color: 5779466.
HSL color Cylindrical-coordinate representation of color #0A3058: hue angle of 210.77º 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 #0A3058 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 48 | 88 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.65 |
| HSL | 210.77º | 0.8% | 0.19% | - |
| HSV(B) | 210.77º | 0.89% | 0.35% | - |
| XYZ | 2.94 | 2.88 | 9.63 | - |
| YUV | 41.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 88 | 0.89 | 0.45 | 0 | 0.65 | 210.77 | 0.8 | 0.19 |
| Hex | A | 30 | 58 | 59 | 2D | 0 | 41 | D3 | 50 | 13 |
| Octal | 12 | 60 | 130 | 131 | 55 | 0 | 101 | 323 | 120 | 23 |
| Binary | 1010 | 110000 | 1011000 | 1011001 | 101101 | 0 | 1000001 | 11010011 | 1010000 | 10011 |
Color Harmonies of #0A3058
Complementary color
Monochromatic Colors of #0A3058
Black with #0A3058
Text Example
Text Example
White with #0A3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3058; }
p { color: rgb(10,48,88); }
H1.HeaderClassName
{
color: #0A3058;
}
.AnyTagClassName
{
color: #0A3058;
}
</style>
background-color css
<style>
a { background-color: #0A3058; }
a { background-color: rgb(10,48,88); }
div.DivClassName
{
background-color: #0A3058;
}
.BgClassName
{
background-color: #0A3058;
}
</style>
border-color css
<style>
span { border-color: #0A3058; }
span { border-color: rgb(10,48,88); }
td.TdClassName
{
border-color: #0A3058;
}
.TagClassName
{
border-color: #0A3058;
}
</style>