Shades of Prussian Blue #0A3664
Tints of Prussian Blue #0A3664
RGB
CMYK
RGB Variations
Color information
#0A3664 (or 0x0A3664) is known color: Prussian Blue. HEX triplet: 0A, 36 and 64. RGB value is (10,54,100). Sum of RGB (Red+Green+Blue) = 10+54+100=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 100 (39.45% from 255 or 60.98% from 164); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A3664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3664 is #F5C99B. Grayscale: #2D2D2D. Windows color (decimal): -16107932 or 6567434. OLE color: 6567434.
HSL color Cylindrical-coordinate representation of color #0A3664: hue angle of 210.67º 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 #0A3664 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 54 | 100 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.61 |
| HSL | 210.67º | 0.82% | 0.22% | - |
| HSV(B) | 210.67º | 0.9% | 0.39% | - |
| XYZ | 3.74 | 3.62 | 12.56 | - |
| YUV | 46.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 100 | 0.90 | 0.46 | 0 | 0.61 | 210.67 | 0.82 | 0.22 |
| Hex | A | 36 | 64 | 5A | 2E | 0 | 3D | D3 | 52 | 16 |
| Octal | 12 | 66 | 144 | 132 | 56 | 0 | 75 | 323 | 122 | 26 |
| Binary | 1010 | 110110 | 1100100 | 1011010 | 101110 | 0 | 111101 | 11010011 | 1010010 | 10110 |
Color Harmonies of #0A3664
Complementary color
Monochromatic Colors of #0A3664
Black with #0A3664
Text Example
Text Example
White with #0A3664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3664; }
p { color: rgb(10,54,100); }
H1.HeaderClassName
{
color: #0A3664;
}
.AnyTagClassName
{
color: #0A3664;
}
</style>
background-color css
<style>
a { background-color: #0A3664; }
a { background-color: rgb(10,54,100); }
div.DivClassName
{
background-color: #0A3664;
}
.BgClassName
{
background-color: #0A3664;
}
</style>
border-color css
<style>
span { border-color: #0A3664; }
span { border-color: rgb(10,54,100); }
td.TdClassName
{
border-color: #0A3664;
}
.TagClassName
{
border-color: #0A3664;
}
</style>