Shades of Prussian Blue #0A3460
Tints of Prussian Blue #0A3460
RGB
CMYK
RGB Variations
Color information
#0A3460 (or 0x0A3460) is known color: Prussian Blue. HEX triplet: 0A, 34 and 60. RGB value is (10,52,96). Sum of RGB (Red+Green+Blue) = 10+52+96=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A3460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3460 is #F5CB9F. Grayscale: #2C2C2C. Windows color (decimal): -16108448 or 6304778. OLE color: 6304778.
HSL color Cylindrical-coordinate representation of color #0A3460: hue angle of 210.7º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3460 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 52 | 96 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.62 |
| HSL | 210.7º | 0.81% | 0.21% | - |
| HSV(B) | 210.7º | 0.9% | 0.38% | - |
| XYZ | 3.46 | 3.37 | 11.53 | - |
| YUV | 44.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 96 | 0.90 | 0.46 | 0 | 0.62 | 210.7 | 0.81 | 0.21 |
| Hex | A | 34 | 60 | 5A | 2E | 0 | 3E | D3 | 51 | 15 |
| Octal | 12 | 64 | 140 | 132 | 56 | 0 | 76 | 323 | 121 | 25 |
| Binary | 1010 | 110100 | 1100000 | 1011010 | 101110 | 0 | 111110 | 11010011 | 1010001 | 10101 |
Color Harmonies of #0A3460
Complementary color
Monochromatic Colors of #0A3460
Black with #0A3460
Text Example
Text Example
White with #0A3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3460; }
p { color: rgb(10,52,96); }
H1.HeaderClassName
{
color: #0A3460;
}
.AnyTagClassName
{
color: #0A3460;
}
</style>
background-color css
<style>
a { background-color: #0A3460; }
a { background-color: rgb(10,52,96); }
div.DivClassName
{
background-color: #0A3460;
}
.BgClassName
{
background-color: #0A3460;
}
</style>
border-color css
<style>
span { border-color: #0A3460; }
span { border-color: rgb(10,52,96); }
td.TdClassName
{
border-color: #0A3460;
}
.TagClassName
{
border-color: #0A3460;
}
</style>