Shades of Prussian Blue #0A3653
Tints of Prussian Blue #0A3653
RGB
CMYK
RGB Variations
Color information
#0A3653 (or 0x0A3653) is known color: Prussian Blue. HEX triplet: 0A, 36 and 53. RGB value is (10,54,83). Sum of RGB (Red+Green+Blue) = 10+54+83=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A3653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3653 is #F5C9AC. Grayscale: #2B2B2B. Windows color (decimal): -16107949 or 5453322. OLE color: 5453322.
HSL color Cylindrical-coordinate representation of color #0A3653: hue angle of 203.84º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3653 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 54 | 83 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.67 |
| HSL | 203.84º | 0.78% | 0.18% | - |
| HSV(B) | 203.84º | 0.88% | 0.33% | - |
| XYZ | 3.01 | 3.33 | 8.67 | - |
| YUV | 44.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 83 | 0.88 | 0.35 | 0 | 0.67 | 203.84 | 0.78 | 0.18 |
| Hex | A | 36 | 53 | 58 | 23 | 0 | 43 | CC | 4E | 12 |
| Octal | 12 | 66 | 123 | 130 | 43 | 0 | 103 | 314 | 116 | 22 |
| Binary | 1010 | 110110 | 1010011 | 1011000 | 100011 | 0 | 1000011 | 11001100 | 1001110 | 10010 |
Color Harmonies of #0A3653
Complementary color
Monochromatic Colors of #0A3653
Black with #0A3653
Text Example
Text Example
White with #0A3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3653; }
p { color: rgb(10,54,83); }
H1.HeaderClassName
{
color: #0A3653;
}
.AnyTagClassName
{
color: #0A3653;
}
</style>
background-color css
<style>
a { background-color: #0A3653; }
a { background-color: rgb(10,54,83); }
div.DivClassName
{
background-color: #0A3653;
}
.BgClassName
{
background-color: #0A3653;
}
</style>
border-color css
<style>
span { border-color: #0A3653; }
span { border-color: rgb(10,54,83); }
td.TdClassName
{
border-color: #0A3653;
}
.TagClassName
{
border-color: #0A3653;
}
</style>