Shades of Prussian Blue #0A3464
Tints of Prussian Blue #0A3464
RGB
CMYK
RGB Variations
Color information
#0A3464 (or 0x0A3464) is known color: Prussian Blue. HEX triplet: 0A, 34 and 64. RGB value is (10,52,100). Sum of RGB (Red+Green+Blue) = 10+52+100=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A3464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3464 is #F5CB9B. Grayscale: #2C2C2C. Windows color (decimal): -16108444 or 6566922. OLE color: 6566922.
HSL color Cylindrical-coordinate representation of color #0A3464: hue angle of 212º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3464 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 52 | 100 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.61 |
| HSL | 212º | 0.82% | 0.22% | - |
| HSV(B) | 212º | 0.9% | 0.39% | - |
| XYZ | 3.65 | 3.44 | 12.53 | - |
| YUV | 44.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 100 | 0.90 | 0.48 | 0 | 0.61 | 212 | 0.82 | 0.22 |
| Hex | A | 34 | 64 | 5A | 30 | 0 | 3D | D4 | 52 | 16 |
| Octal | 12 | 64 | 144 | 132 | 60 | 0 | 75 | 324 | 122 | 26 |
| Binary | 1010 | 110100 | 1100100 | 1011010 | 110000 | 0 | 111101 | 11010100 | 1010010 | 10110 |
Color Harmonies of #0A3464
Complementary color
Monochromatic Colors of #0A3464
Black with #0A3464
Text Example
Text Example
White with #0A3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3464; }
p { color: rgb(10,52,100); }
H1.HeaderClassName
{
color: #0A3464;
}
.AnyTagClassName
{
color: #0A3464;
}
</style>
background-color css
<style>
a { background-color: #0A3464; }
a { background-color: rgb(10,52,100); }
div.DivClassName
{
background-color: #0A3464;
}
.BgClassName
{
background-color: #0A3464;
}
</style>
border-color css
<style>
span { border-color: #0A3464; }
span { border-color: rgb(10,52,100); }
td.TdClassName
{
border-color: #0A3464;
}
.TagClassName
{
border-color: #0A3464;
}
</style>