Shades of Prussian Blue #0A3052
Tints of Prussian Blue #0A3052
RGB
CMYK
RGB Variations
Color information
#0A3052 (or 0x0A3052) is known color: Prussian Blue. HEX triplet: 0A, 30 and 52. RGB value is (10,48,82). Sum of RGB (Red+Green+Blue) = 10+48+82=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A3052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3052 is #F5CFAD. Grayscale: #282828. Windows color (decimal): -16109486 or 5386250. OLE color: 5386250.
HSL color Cylindrical-coordinate representation of color #0A3052: hue angle of 208.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3052 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 48 | 82 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.68 |
| HSL | 208.33º | 0.78% | 0.18% | - |
| HSV(B) | 208.33º | 0.88% | 0.32% | - |
| XYZ | 2.71 | 2.79 | 8.38 | - |
| YUV | 40.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 82 | 0.88 | 0.41 | 0 | 0.68 | 208.33 | 0.78 | 0.18 |
| Hex | A | 30 | 52 | 58 | 29 | 0 | 44 | D0 | 4E | 12 |
| Octal | 12 | 60 | 122 | 130 | 51 | 0 | 104 | 320 | 116 | 22 |
| Binary | 1010 | 110000 | 1010010 | 1011000 | 101001 | 0 | 1000100 | 11010000 | 1001110 | 10010 |
Color Harmonies of #0A3052
Complementary color
Monochromatic Colors of #0A3052
Black with #0A3052
Text Example
Text Example
White with #0A3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3052; }
p { color: rgb(10,48,82); }
H1.HeaderClassName
{
color: #0A3052;
}
.AnyTagClassName
{
color: #0A3052;
}
</style>
background-color css
<style>
a { background-color: #0A3052; }
a { background-color: rgb(10,48,82); }
div.DivClassName
{
background-color: #0A3052;
}
.BgClassName
{
background-color: #0A3052;
}
</style>
border-color css
<style>
span { border-color: #0A3052; }
span { border-color: rgb(10,48,82); }
td.TdClassName
{
border-color: #0A3052;
}
.TagClassName
{
border-color: #0A3052;
}
</style>