Shades of Prussian Blue #0A305D
Tints of Prussian Blue #0A305D
RGB
CMYK
RGB Variations
Color information
#0A305D (or 0x0A305D) is known color: Prussian Blue. HEX triplet: 0A, 30 and 5D. RGB value is (10,48,93). Sum of RGB (Red+Green+Blue) = 10+48+93=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A305D is #F5CFA2. Grayscale: #292929. Windows color (decimal): -16109475 or 6107146. OLE color: 6107146.
HSL color Cylindrical-coordinate representation of color #0A305D: hue angle of 212.53º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A305D is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 48 | 93 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.64 |
| HSL | 212.53º | 0.81% | 0.2% | - |
| HSV(B) | 212.53º | 0.89% | 0.36% | - |
| XYZ | 3.16 | 2.97 | 10.76 | - |
| YUV | 41.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 93 | 0.89 | 0.48 | 0 | 0.64 | 212.53 | 0.81 | 0.2 |
| Hex | A | 30 | 5D | 59 | 30 | 0 | 40 | D5 | 51 | 14 |
| Octal | 12 | 60 | 135 | 131 | 60 | 0 | 100 | 325 | 121 | 24 |
| Binary | 1010 | 110000 | 1011101 | 1011001 | 110000 | 0 | 1000000 | 11010101 | 1010001 | 10100 |
Color Harmonies of #0A305D
Complementary color
Monochromatic Colors of #0A305D
Black with #0A305D
Text Example
Text Example
White with #0A305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A305D; }
p { color: rgb(10,48,93); }
H1.HeaderClassName
{
color: #0A305D;
}
.AnyTagClassName
{
color: #0A305D;
}
</style>
background-color css
<style>
a { background-color: #0A305D; }
a { background-color: rgb(10,48,93); }
div.DivClassName
{
background-color: #0A305D;
}
.BgClassName
{
background-color: #0A305D;
}
</style>
border-color css
<style>
span { border-color: #0A305D; }
span { border-color: rgb(10,48,93); }
td.TdClassName
{
border-color: #0A305D;
}
.TagClassName
{
border-color: #0A305D;
}
</style>