Shades of Prussian Blue #0A3575
Tints of Prussian Blue #0A3575
RGB
CMYK
RGB Variations
Color information
#0A3575 (or 0x0A3575) is known color: Prussian Blue. HEX triplet: 0A, 35 and 75. RGB value is (10,53,117). Sum of RGB (Red+Green+Blue) = 10+53+117=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3575 is #F5CA8A. Grayscale: #2F2F2F. Windows color (decimal): -16108171 or 7681290. OLE color: 7681290.
HSL color Cylindrical-coordinate representation of color #0A3575: hue angle of 215.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3575 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 53 | 117 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.54 |
| HSL | 215.89º | 0.84% | 0.25% | - |
| HSV(B) | 215.89º | 0.91% | 0.46% | - |
| XYZ | 4.61 | 3.9 | 17.34 | - |
| YUV | 47.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 117 | 0.91 | 0.55 | 0 | 0.54 | 215.89 | 0.84 | 0.25 |
| Hex | A | 35 | 75 | 5B | 37 | 0 | 36 | D8 | 54 | 19 |
| Octal | 12 | 65 | 165 | 133 | 67 | 0 | 66 | 330 | 124 | 31 |
| Binary | 1010 | 110101 | 1110101 | 1011011 | 110111 | 0 | 110110 | 11011000 | 1010100 | 11001 |
Color Harmonies of #0A3575
Complementary color
Monochromatic Colors of #0A3575
Black with #0A3575
Text Example
Text Example
White with #0A3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3575; }
p { color: rgb(10,53,117); }
H1.HeaderClassName
{
color: #0A3575;
}
.AnyTagClassName
{
color: #0A3575;
}
</style>
background-color css
<style>
a { background-color: #0A3575; }
a { background-color: rgb(10,53,117); }
div.DivClassName
{
background-color: #0A3575;
}
.BgClassName
{
background-color: #0A3575;
}
</style>
border-color css
<style>
span { border-color: #0A3575; }
span { border-color: rgb(10,53,117); }
td.TdClassName
{
border-color: #0A3575;
}
.TagClassName
{
border-color: #0A3575;
}
</style>