Shades of Prussian Blue #0A3C69
Tints of Prussian Blue #0A3C69
RGB
CMYK
RGB Variations
Color information
#0A3C69 (or 0x0A3C69) is known color: Prussian Blue. HEX triplet: 0A, 3C and 69. RGB value is (10,60,105). Sum of RGB (Red+Green+Blue) = 10+60+105=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A3C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3C69 is #F5C396. Grayscale: #313131. Windows color (decimal): -16106391 or 6896650. OLE color: 6896650.
HSL color Cylindrical-coordinate representation of color #0A3C69: hue angle of 208.42º 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 #0A3C69 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 60 | 105 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.59 |
| HSL | 208.42º | 0.83% | 0.23% | - |
| HSV(B) | 208.42º | 0.9% | 0.41% | - |
| XYZ | 4.29 | 4.32 | 13.97 | - |
| YUV | 50.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 105 | 0.90 | 0.43 | 0 | 0.59 | 208.42 | 0.83 | 0.23 |
| Hex | A | 3C | 69 | 5A | 2B | 0 | 3B | D0 | 53 | 17 |
| Octal | 12 | 74 | 151 | 132 | 53 | 0 | 73 | 320 | 123 | 27 |
| Binary | 1010 | 111100 | 1101001 | 1011010 | 101011 | 0 | 111011 | 11010000 | 1010011 | 10111 |
Color Harmonies of #0A3C69
Complementary color
Monochromatic Colors of #0A3C69
Black with #0A3C69
Text Example
Text Example
White with #0A3C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C69; }
p { color: rgb(10,60,105); }
H1.HeaderClassName
{
color: #0A3C69;
}
.AnyTagClassName
{
color: #0A3C69;
}
</style>
background-color css
<style>
a { background-color: #0A3C69; }
a { background-color: rgb(10,60,105); }
div.DivClassName
{
background-color: #0A3C69;
}
.BgClassName
{
background-color: #0A3C69;
}
</style>
border-color css
<style>
span { border-color: #0A3C69; }
span { border-color: rgb(10,60,105); }
td.TdClassName
{
border-color: #0A3C69;
}
.TagClassName
{
border-color: #0A3C69;
}
</style>