Shades of Prussian Blue #0A4464
Tints of Prussian Blue #0A4464
RGB
CMYK
RGB Variations
Color information
#0A4464 (or 0x0A4464) is known color: Prussian Blue. HEX triplet: 0A, 44 and 64. RGB value is (10,68,100). Sum of RGB (Red+Green+Blue) = 10+68+100=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A4464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4464 is #F5BB9B. Grayscale: #363636. Windows color (decimal): -16104348 or 6571018. OLE color: 6571018.
HSL color Cylindrical-coordinate representation of color #0A4464: hue angle of 201.33º 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 #0A4464 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 68 | 100 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.61 |
| HSL | 201.33º | 0.82% | 0.22% | - |
| HSV(B) | 201.33º | 0.9% | 0.39% | - |
| XYZ | 4.49 | 5.12 | 12.81 | - |
| YUV | 54.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 100 | 0.90 | 0.32 | 0 | 0.61 | 201.33 | 0.82 | 0.22 |
| Hex | A | 44 | 64 | 5A | 20 | 0 | 3D | C9 | 52 | 16 |
| Octal | 12 | 104 | 144 | 132 | 40 | 0 | 75 | 311 | 122 | 26 |
| Binary | 1010 | 1000100 | 1100100 | 1011010 | 100000 | 0 | 111101 | 11001001 | 1010010 | 10110 |
Color Harmonies of #0A4464
Complementary color
Monochromatic Colors of #0A4464
Black with #0A4464
Text Example
Text Example
White with #0A4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4464; }
p { color: rgb(10,68,100); }
H1.HeaderClassName
{
color: #0A4464;
}
.AnyTagClassName
{
color: #0A4464;
}
</style>
background-color css
<style>
a { background-color: #0A4464; }
a { background-color: rgb(10,68,100); }
div.DivClassName
{
background-color: #0A4464;
}
.BgClassName
{
background-color: #0A4464;
}
</style>
border-color css
<style>
span { border-color: #0A4464; }
span { border-color: rgb(10,68,100); }
td.TdClassName
{
border-color: #0A4464;
}
.TagClassName
{
border-color: #0A4464;
}
</style>