Shades of Prussian Blue #0A3663
Tints of Prussian Blue #0A3663
RGB
CMYK
RGB Variations
Color information
#0A3663 (or 0x0A3663) is known color: Prussian Blue. HEX triplet: 0A, 36 and 63. RGB value is (10,54,99). Sum of RGB (Red+Green+Blue) = 10+54+99=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A3663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3663 is #F5C99C. Grayscale: #2D2D2D. Windows color (decimal): -16107933 or 6501898. OLE color: 6501898.
HSL color Cylindrical-coordinate representation of color #0A3663: hue angle of 210.34º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3663 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 54 | 99 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.61 |
| HSL | 210.34º | 0.82% | 0.21% | - |
| HSV(B) | 210.34º | 0.9% | 0.39% | - |
| XYZ | 3.7 | 3.6 | 12.31 | - |
| YUV | 45.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 99 | 0.90 | 0.45 | 0 | 0.61 | 210.34 | 0.82 | 0.21 |
| Hex | A | 36 | 63 | 5A | 2D | 0 | 3D | D2 | 52 | 15 |
| Octal | 12 | 66 | 143 | 132 | 55 | 0 | 75 | 322 | 122 | 25 |
| Binary | 1010 | 110110 | 1100011 | 1011010 | 101101 | 0 | 111101 | 11010010 | 1010010 | 10101 |
Color Harmonies of #0A3663
Complementary color
Monochromatic Colors of #0A3663
Black with #0A3663
Text Example
Text Example
White with #0A3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3663; }
p { color: rgb(10,54,99); }
H1.HeaderClassName
{
color: #0A3663;
}
.AnyTagClassName
{
color: #0A3663;
}
</style>
background-color css
<style>
a { background-color: #0A3663; }
a { background-color: rgb(10,54,99); }
div.DivClassName
{
background-color: #0A3663;
}
.BgClassName
{
background-color: #0A3663;
}
</style>
border-color css
<style>
span { border-color: #0A3663; }
span { border-color: rgb(10,54,99); }
td.TdClassName
{
border-color: #0A3663;
}
.TagClassName
{
border-color: #0A3663;
}
</style>