Shades of Prussian Blue #0A315C
Tints of Prussian Blue #0A315C
RGB
CMYK
RGB Variations
Color information
#0A315C (or 0x0A315C) is known color: Prussian Blue. HEX triplet: 0A, 31 and 5C. RGB value is (10,49,92). Sum of RGB (Red+Green+Blue) = 10+49+92=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A315C is #F5CEA3. Grayscale: #2A2A2A. Windows color (decimal): -16109220 or 6041866. OLE color: 6041866.
HSL color Cylindrical-coordinate representation of color #0A315C: hue angle of 211.46º 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 #0A315C is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 49 | 92 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.64 |
| HSL | 211.46º | 0.8% | 0.2% | - |
| HSV(B) | 211.46º | 0.89% | 0.36% | - |
| XYZ | 3.16 | 3.03 | 10.54 | - |
| YUV | 42.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 92 | 0.89 | 0.47 | 0 | 0.64 | 211.46 | 0.8 | 0.2 |
| Hex | A | 31 | 5C | 59 | 2F | 0 | 40 | D3 | 50 | 14 |
| Octal | 12 | 61 | 134 | 131 | 57 | 0 | 100 | 323 | 120 | 24 |
| Binary | 1010 | 110001 | 1011100 | 1011001 | 101111 | 0 | 1000000 | 11010011 | 1010000 | 10100 |
Color Harmonies of #0A315C
Complementary color
Monochromatic Colors of #0A315C
Black with #0A315C
Text Example
Text Example
White with #0A315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A315C; }
p { color: rgb(10,49,92); }
H1.HeaderClassName
{
color: #0A315C;
}
.AnyTagClassName
{
color: #0A315C;
}
</style>
background-color css
<style>
a { background-color: #0A315C; }
a { background-color: rgb(10,49,92); }
div.DivClassName
{
background-color: #0A315C;
}
.BgClassName
{
background-color: #0A315C;
}
</style>
border-color css
<style>
span { border-color: #0A315C; }
span { border-color: rgb(10,49,92); }
td.TdClassName
{
border-color: #0A315C;
}
.TagClassName
{
border-color: #0A315C;
}
</style>