Shades of Prussian Blue #0A3A58
Tints of Prussian Blue #0A3A58
RGB
CMYK
RGB Variations
Color information
#0A3A58 (or 0x0A3A58) is known color: Prussian Blue. HEX triplet: 0A, 3A and 58. RGB value is (10,58,88). Sum of RGB (Red+Green+Blue) = 10+58+88=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A3A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3A58 is #F5C5A7. Grayscale: #2E2E2E. Windows color (decimal): -16106920 or 5782026. OLE color: 5782026.
HSL color Cylindrical-coordinate representation of color #0A3A58: hue angle of 203.08º 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 #0A3A58 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 58 | 88 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.65 |
| HSL | 203.08º | 0.8% | 0.19% | - |
| HSV(B) | 203.08º | 0.89% | 0.35% | - |
| XYZ | 3.4 | 3.8 | 9.79 | - |
| YUV | 47.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 88 | 0.89 | 0.34 | 0 | 0.65 | 203.08 | 0.8 | 0.19 |
| Hex | A | 3A | 58 | 59 | 22 | 0 | 41 | CB | 50 | 13 |
| Octal | 12 | 72 | 130 | 131 | 42 | 0 | 101 | 313 | 120 | 23 |
| Binary | 1010 | 111010 | 1011000 | 1011001 | 100010 | 0 | 1000001 | 11001011 | 1010000 | 10011 |
Color Harmonies of #0A3A58
Complementary color
Monochromatic Colors of #0A3A58
Black with #0A3A58
Text Example
Text Example
White with #0A3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A58; }
p { color: rgb(10,58,88); }
H1.HeaderClassName
{
color: #0A3A58;
}
.AnyTagClassName
{
color: #0A3A58;
}
</style>
background-color css
<style>
a { background-color: #0A3A58; }
a { background-color: rgb(10,58,88); }
div.DivClassName
{
background-color: #0A3A58;
}
.BgClassName
{
background-color: #0A3A58;
}
</style>
border-color css
<style>
span { border-color: #0A3A58; }
span { border-color: rgb(10,58,88); }
td.TdClassName
{
border-color: #0A3A58;
}
.TagClassName
{
border-color: #0A3A58;
}
</style>