Shades of Prussian Blue #0A3067
Tints of Prussian Blue #0A3067
RGB
CMYK
RGB Variations
Color information
#0A3067 (or 0x0A3067) is known color: Prussian Blue. HEX triplet: 0A, 30 and 67. RGB value is (10,48,103). Sum of RGB (Red+Green+Blue) = 10+48+103=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A3067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3067 is #F5CF98. Grayscale: #2A2A2A. Windows color (decimal): -16109465 or 6762506. OLE color: 6762506.
HSL color Cylindrical-coordinate representation of color #0A3067: hue angle of 215.48º 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 #0A3067 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 48 | 103 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.60 |
| HSL | 215.48º | 0.82% | 0.22% | - |
| HSV(B) | 215.48º | 0.9% | 0.4% | - |
| XYZ | 3.63 | 3.16 | 13.25 | - |
| YUV | 42.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 103 | 0.90 | 0.53 | 0 | 0.60 | 215.48 | 0.82 | 0.22 |
| Hex | A | 30 | 67 | 5A | 35 | 0 | 3C | D7 | 52 | 16 |
| Octal | 12 | 60 | 147 | 132 | 65 | 0 | 74 | 327 | 122 | 26 |
| Binary | 1010 | 110000 | 1100111 | 1011010 | 110101 | 0 | 111100 | 11010111 | 1010010 | 10110 |
Color Harmonies of #0A3067
Complementary color
Monochromatic Colors of #0A3067
Black with #0A3067
Text Example
Text Example
White with #0A3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3067; }
p { color: rgb(10,48,103); }
H1.HeaderClassName
{
color: #0A3067;
}
.AnyTagClassName
{
color: #0A3067;
}
</style>
background-color css
<style>
a { background-color: #0A3067; }
a { background-color: rgb(10,48,103); }
div.DivClassName
{
background-color: #0A3067;
}
.BgClassName
{
background-color: #0A3067;
}
</style>
border-color css
<style>
span { border-color: #0A3067; }
span { border-color: rgb(10,48,103); }
td.TdClassName
{
border-color: #0A3067;
}
.TagClassName
{
border-color: #0A3067;
}
</style>