Shades of Prussian Blue #0A3D64
Tints of Prussian Blue #0A3D64
RGB
CMYK
RGB Variations
Color information
#0A3D64 (or 0x0A3D64) is known color: Prussian Blue. HEX triplet: 0A, 3D and 64. RGB value is (10,61,100). Sum of RGB (Red+Green+Blue) = 10+61+100=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A3D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3D64 is #F5C29B. Grayscale: #313131. Windows color (decimal): -16106140 or 6569226. OLE color: 6569226.
HSL color Cylindrical-coordinate representation of color #0A3D64: hue angle of 206º 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 #0A3D64 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 61 | 100 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.61 |
| HSL | 206º | 0.82% | 0.22% | - |
| HSV(B) | 206º | 0.9% | 0.39% | - |
| XYZ | 4.09 | 4.32 | 12.68 | - |
| YUV | 50.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 100 | 0.90 | 0.39 | 0 | 0.61 | 206 | 0.82 | 0.22 |
| Hex | A | 3D | 64 | 5A | 27 | 0 | 3D | CE | 52 | 16 |
| Octal | 12 | 75 | 144 | 132 | 47 | 0 | 75 | 316 | 122 | 26 |
| Binary | 1010 | 111101 | 1100100 | 1011010 | 100111 | 0 | 111101 | 11001110 | 1010010 | 10110 |
Color Harmonies of #0A3D64
Complementary color
Monochromatic Colors of #0A3D64
Black with #0A3D64
Text Example
Text Example
White with #0A3D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D64; }
p { color: rgb(10,61,100); }
H1.HeaderClassName
{
color: #0A3D64;
}
.AnyTagClassName
{
color: #0A3D64;
}
</style>
background-color css
<style>
a { background-color: #0A3D64; }
a { background-color: rgb(10,61,100); }
div.DivClassName
{
background-color: #0A3D64;
}
.BgClassName
{
background-color: #0A3D64;
}
</style>
border-color css
<style>
span { border-color: #0A3D64; }
span { border-color: rgb(10,61,100); }
td.TdClassName
{
border-color: #0A3D64;
}
.TagClassName
{
border-color: #0A3D64;
}
</style>