Shades of Prussian Blue #0A2D5C
Tints of Prussian Blue #0A2D5C
RGB
CMYK
RGB Variations
Color information
#0A2D5C (or 0x0A2D5C) is known color: Prussian Blue. HEX triplet: 0A, 2D and 5C. RGB value is (10,45,92). Sum of RGB (Red+Green+Blue) = 10+45+92=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A2D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2D5C is #F5D2A3. Grayscale: #272727. Windows color (decimal): -16110244 or 6040842. OLE color: 6040842.
HSL color Cylindrical-coordinate representation of color #0A2D5C: hue angle of 214.39º degrees, saturation: 0.8, 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 #0A2D5C is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 45 | 92 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.64 |
| HSL | 214.39º | 0.8% | 0.2% | - |
| HSV(B) | 214.39º | 0.89% | 0.36% | - |
| XYZ | 3 | 2.71 | 10.49 | - |
| YUV | 39.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 92 | 0.89 | 0.51 | 0 | 0.64 | 214.39 | 0.8 | 0.2 |
| Hex | A | 2D | 5C | 59 | 33 | 0 | 40 | D6 | 50 | 14 |
| Octal | 12 | 55 | 134 | 131 | 63 | 0 | 100 | 326 | 120 | 24 |
| Binary | 1010 | 101101 | 1011100 | 1011001 | 110011 | 0 | 1000000 | 11010110 | 1010000 | 10100 |
Color Harmonies of #0A2D5C
Complementary color
Monochromatic Colors of #0A2D5C
Black with #0A2D5C
Text Example
Text Example
White with #0A2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D5C; }
p { color: rgb(10,45,92); }
H1.HeaderClassName
{
color: #0A2D5C;
}
.AnyTagClassName
{
color: #0A2D5C;
}
</style>
background-color css
<style>
a { background-color: #0A2D5C; }
a { background-color: rgb(10,45,92); }
div.DivClassName
{
background-color: #0A2D5C;
}
.BgClassName
{
background-color: #0A2D5C;
}
</style>
border-color css
<style>
span { border-color: #0A2D5C; }
span { border-color: rgb(10,45,92); }
td.TdClassName
{
border-color: #0A2D5C;
}
.TagClassName
{
border-color: #0A2D5C;
}
</style>