Shades of Prussian Blue #0A2E5C
Tints of Prussian Blue #0A2E5C
RGB
CMYK
RGB Variations
Color information
#0A2E5C (or 0x0A2E5C) is known color: Prussian Blue. HEX triplet: 0A, 2E and 5C. RGB value is (10,46,92). Sum of RGB (Red+Green+Blue) = 10+46+92=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A2E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2E5C is #F5D1A3. Grayscale: #282828. Windows color (decimal): -16109988 or 6041098. OLE color: 6041098.
HSL color Cylindrical-coordinate representation of color #0A2E5C: hue angle of 213.66º 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 #0A2E5C is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 46 | 92 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.64 |
| HSL | 213.66º | 0.8% | 0.2% | - |
| HSV(B) | 213.66º | 0.89% | 0.36% | - |
| XYZ | 3.03 | 2.79 | 10.5 | - |
| YUV | 40.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 92 | 0.89 | 0.50 | 0 | 0.64 | 213.66 | 0.8 | 0.2 |
| Hex | A | 2E | 5C | 59 | 32 | 0 | 40 | D6 | 50 | 14 |
| Octal | 12 | 56 | 134 | 131 | 62 | 0 | 100 | 326 | 120 | 24 |
| Binary | 1010 | 101110 | 1011100 | 1011001 | 110010 | 0 | 1000000 | 11010110 | 1010000 | 10100 |
Color Harmonies of #0A2E5C
Complementary color
Monochromatic Colors of #0A2E5C
Black with #0A2E5C
Text Example
Text Example
White with #0A2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E5C; }
p { color: rgb(10,46,92); }
H1.HeaderClassName
{
color: #0A2E5C;
}
.AnyTagClassName
{
color: #0A2E5C;
}
</style>
background-color css
<style>
a { background-color: #0A2E5C; }
a { background-color: rgb(10,46,92); }
div.DivClassName
{
background-color: #0A2E5C;
}
.BgClassName
{
background-color: #0A2E5C;
}
</style>
border-color css
<style>
span { border-color: #0A2E5C; }
span { border-color: rgb(10,46,92); }
td.TdClassName
{
border-color: #0A2E5C;
}
.TagClassName
{
border-color: #0A2E5C;
}
</style>