Shades of Prussian Blue #0A325C
Tints of Prussian Blue #0A325C
RGB
CMYK
RGB Variations
Color information
#0A325C (or 0x0A325C) is known color: Prussian Blue. HEX triplet: 0A, 32 and 5C. RGB value is (10,50,92). Sum of RGB (Red+Green+Blue) = 10+50+92=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A325C is #F5CDA3. Grayscale: #2A2A2A. Windows color (decimal): -16108964 or 6042122. OLE color: 6042122.
HSL color Cylindrical-coordinate representation of color #0A325C: hue angle of 210.73º 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 #0A325C is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 50 | 92 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.64 |
| HSL | 210.73º | 0.8% | 0.2% | - |
| HSV(B) | 210.73º | 0.89% | 0.36% | - |
| XYZ | 3.2 | 3.12 | 10.56 | - |
| YUV | 42.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 92 | 0.89 | 0.46 | 0 | 0.64 | 210.73 | 0.8 | 0.2 |
| Hex | A | 32 | 5C | 59 | 2E | 0 | 40 | D3 | 50 | 14 |
| Octal | 12 | 62 | 134 | 131 | 56 | 0 | 100 | 323 | 120 | 24 |
| Binary | 1010 | 110010 | 1011100 | 1011001 | 101110 | 0 | 1000000 | 11010011 | 1010000 | 10100 |
Color Harmonies of #0A325C
Complementary color
Monochromatic Colors of #0A325C
Black with #0A325C
Text Example
Text Example
White with #0A325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A325C; }
p { color: rgb(10,50,92); }
H1.HeaderClassName
{
color: #0A325C;
}
.AnyTagClassName
{
color: #0A325C;
}
</style>
background-color css
<style>
a { background-color: #0A325C; }
a { background-color: rgb(10,50,92); }
div.DivClassName
{
background-color: #0A325C;
}
.BgClassName
{
background-color: #0A325C;
}
</style>
border-color css
<style>
span { border-color: #0A325C; }
span { border-color: rgb(10,50,92); }
td.TdClassName
{
border-color: #0A325C;
}
.TagClassName
{
border-color: #0A325C;
}
</style>