Shades of Prussian Blue #0A3269
Tints of Prussian Blue #0A3269
RGB
CMYK
RGB Variations
Color information
#0A3269 (or 0x0A3269) is known color: Prussian Blue. HEX triplet: 0A, 32 and 69. RGB value is (10,50,105). Sum of RGB (Red+Green+Blue) = 10+50+105=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A3269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3269 is #F5CD96. Grayscale: #2C2C2C. Windows color (decimal): -16108951 or 6894090. OLE color: 6894090.
HSL color Cylindrical-coordinate representation of color #0A3269: hue angle of 214.74º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3269 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 50 | 105 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.59 |
| HSL | 214.74º | 0.83% | 0.23% | - |
| HSV(B) | 214.74º | 0.9% | 0.41% | - |
| XYZ | 3.82 | 3.37 | 13.81 | - |
| YUV | 44.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 105 | 0.90 | 0.52 | 0 | 0.59 | 214.74 | 0.83 | 0.23 |
| Hex | A | 32 | 69 | 5A | 34 | 0 | 3B | D7 | 53 | 17 |
| Octal | 12 | 62 | 151 | 132 | 64 | 0 | 73 | 327 | 123 | 27 |
| Binary | 1010 | 110010 | 1101001 | 1011010 | 110100 | 0 | 111011 | 11010111 | 1010011 | 10111 |
Color Harmonies of #0A3269
Complementary color
Monochromatic Colors of #0A3269
Black with #0A3269
Text Example
Text Example
White with #0A3269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3269; }
p { color: rgb(10,50,105); }
H1.HeaderClassName
{
color: #0A3269;
}
.AnyTagClassName
{
color: #0A3269;
}
</style>
background-color css
<style>
a { background-color: #0A3269; }
a { background-color: rgb(10,50,105); }
div.DivClassName
{
background-color: #0A3269;
}
.BgClassName
{
background-color: #0A3269;
}
</style>
border-color css
<style>
span { border-color: #0A3269; }
span { border-color: rgb(10,50,105); }
td.TdClassName
{
border-color: #0A3269;
}
.TagClassName
{
border-color: #0A3269;
}
</style>