Shades of Prussian Blue #0A3A5C
Tints of Prussian Blue #0A3A5C
RGB
CMYK
RGB Variations
Color information
#0A3A5C (or 0x0A3A5C) is known color: Prussian Blue. HEX triplet: 0A, 3A and 5C. RGB value is (10,58,92). Sum of RGB (Red+Green+Blue) = 10+58+92=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A3A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3A5C is #F5C5A3. Grayscale: #2F2F2F. Windows color (decimal): -16106916 or 6044170. OLE color: 6044170.
HSL color Cylindrical-coordinate representation of color #0A3A5C: hue angle of 204.88º 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 #0A3A5C is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 58 | 92 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.64 |
| HSL | 204.88º | 0.8% | 0.2% | - |
| HSV(B) | 204.88º | 0.89% | 0.36% | - |
| XYZ | 3.57 | 3.86 | 10.68 | - |
| YUV | 47.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 92 | 0.89 | 0.37 | 0 | 0.64 | 204.88 | 0.8 | 0.2 |
| Hex | A | 3A | 5C | 59 | 25 | 0 | 40 | CD | 50 | 14 |
| Octal | 12 | 72 | 134 | 131 | 45 | 0 | 100 | 315 | 120 | 24 |
| Binary | 1010 | 111010 | 1011100 | 1011001 | 100101 | 0 | 1000000 | 11001101 | 1010000 | 10100 |
Color Harmonies of #0A3A5C
Complementary color
Monochromatic Colors of #0A3A5C
Black with #0A3A5C
Text Example
Text Example
White with #0A3A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A5C; }
p { color: rgb(10,58,92); }
H1.HeaderClassName
{
color: #0A3A5C;
}
.AnyTagClassName
{
color: #0A3A5C;
}
</style>
background-color css
<style>
a { background-color: #0A3A5C; }
a { background-color: rgb(10,58,92); }
div.DivClassName
{
background-color: #0A3A5C;
}
.BgClassName
{
background-color: #0A3A5C;
}
</style>
border-color css
<style>
span { border-color: #0A3A5C; }
span { border-color: rgb(10,58,92); }
td.TdClassName
{
border-color: #0A3A5C;
}
.TagClassName
{
border-color: #0A3A5C;
}
</style>