Shades of Prussian Blue #0A2D5D
Tints of Prussian Blue #0A2D5D
RGB
CMYK
RGB Variations
Color information
#0A2D5D (or 0x0A2D5D) is known color: Prussian Blue. HEX triplet: 0A, 2D and 5D. RGB value is (10,45,93). Sum of RGB (Red+Green+Blue) = 10+45+93=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A2D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2D5D is #F5D2A2. Grayscale: #272727. Windows color (decimal): -16110243 or 6106378. OLE color: 6106378.
HSL color Cylindrical-coordinate representation of color #0A2D5D: hue angle of 214.7º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2D5D is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 45 | 93 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.64 |
| HSL | 214.7º | 0.81% | 0.2% | - |
| HSV(B) | 214.7º | 0.89% | 0.36% | - |
| XYZ | 3.04 | 2.73 | 10.72 | - |
| YUV | 40.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 93 | 0.89 | 0.52 | 0 | 0.64 | 214.7 | 0.81 | 0.2 |
| Hex | A | 2D | 5D | 59 | 34 | 0 | 40 | D7 | 51 | 14 |
| Octal | 12 | 55 | 135 | 131 | 64 | 0 | 100 | 327 | 121 | 24 |
| Binary | 1010 | 101101 | 1011101 | 1011001 | 110100 | 0 | 1000000 | 11010111 | 1010001 | 10100 |
Color Harmonies of #0A2D5D
Complementary color
Monochromatic Colors of #0A2D5D
Black with #0A2D5D
Text Example
Text Example
White with #0A2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D5D; }
p { color: rgb(10,45,93); }
H1.HeaderClassName
{
color: #0A2D5D;
}
.AnyTagClassName
{
color: #0A2D5D;
}
</style>
background-color css
<style>
a { background-color: #0A2D5D; }
a { background-color: rgb(10,45,93); }
div.DivClassName
{
background-color: #0A2D5D;
}
.BgClassName
{
background-color: #0A2D5D;
}
</style>
border-color css
<style>
span { border-color: #0A2D5D; }
span { border-color: rgb(10,45,93); }
td.TdClassName
{
border-color: #0A2D5D;
}
.TagClassName
{
border-color: #0A2D5D;
}
</style>