Shades of Prussian Blue #0A4466
Tints of Prussian Blue #0A4466
RGB
CMYK
RGB Variations
Color information
#0A4466 (or 0x0A4466) is known color: Prussian Blue. HEX triplet: 0A, 44 and 66. RGB value is (10,68,102). Sum of RGB (Red+Green+Blue) = 10+68+102=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A4466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4466 is #F5BB99. Grayscale: #363636. Windows color (decimal): -16104346 or 6702090. OLE color: 6702090.
HSL color Cylindrical-coordinate representation of color #0A4466: hue angle of 202.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4466 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 68 | 102 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.6 |
| HSL | 202.17º | 0.82% | 0.22% | - |
| HSV(B) | 202.17º | 0.9% | 0.4% | - |
| XYZ | 4.59 | 5.16 | 13.32 | - |
| YUV | 54.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 102 | 0.90 | 0.33 | 0 | 0.6 | 202.17 | 0.82 | 0.22 |
| Hex | A | 44 | 66 | 5A | 21 | 0 | 3C | CA | 52 | 16 |
| Octal | 12 | 104 | 146 | 132 | 41 | 0 | 74 | 312 | 122 | 26 |
| Binary | 1010 | 1000100 | 1100110 | 1011010 | 100001 | 0 | 111100 | 11001010 | 1010010 | 10110 |
Color Harmonies of #0A4466
Complementary color
Monochromatic Colors of #0A4466
Black with #0A4466
Text Example
Text Example
White with #0A4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4466; }
p { color: rgb(10,68,102); }
H1.HeaderClassName
{
color: #0A4466;
}
.AnyTagClassName
{
color: #0A4466;
}
</style>
background-color css
<style>
a { background-color: #0A4466; }
a { background-color: rgb(10,68,102); }
div.DivClassName
{
background-color: #0A4466;
}
.BgClassName
{
background-color: #0A4466;
}
</style>
border-color css
<style>
span { border-color: #0A4466; }
span { border-color: rgb(10,68,102); }
td.TdClassName
{
border-color: #0A4466;
}
.TagClassName
{
border-color: #0A4466;
}
</style>