Shades of Prussian Blue #0A3855
Tints of Prussian Blue #0A3855
RGB
CMYK
RGB Variations
Color information
#0A3855 (or 0x0A3855) is known color: Prussian Blue. HEX triplet: 0A, 38 and 55. RGB value is (10,56,85). Sum of RGB (Red+Green+Blue) = 10+56+85=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A3855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3855 is #F5C7AA. Grayscale: #2D2D2D. Windows color (decimal): -16107435 or 5584906. OLE color: 5584906.
HSL color Cylindrical-coordinate representation of color #0A3855: hue angle of 203.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3855 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 56 | 85 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.67 |
| HSL | 203.2º | 0.79% | 0.19% | - |
| HSV(B) | 203.2º | 0.88% | 0.33% | - |
| XYZ | 3.18 | 3.55 | 9.11 | - |
| YUV | 45.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 85 | 0.88 | 0.34 | 0 | 0.67 | 203.2 | 0.79 | 0.19 |
| Hex | A | 38 | 55 | 58 | 22 | 0 | 43 | CB | 4F | 13 |
| Octal | 12 | 70 | 125 | 130 | 42 | 0 | 103 | 313 | 117 | 23 |
| Binary | 1010 | 111000 | 1010101 | 1011000 | 100010 | 0 | 1000011 | 11001011 | 1001111 | 10011 |
Color Harmonies of #0A3855
Complementary color
Monochromatic Colors of #0A3855
Black with #0A3855
Text Example
Text Example
White with #0A3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3855; }
p { color: rgb(10,56,85); }
H1.HeaderClassName
{
color: #0A3855;
}
.AnyTagClassName
{
color: #0A3855;
}
</style>
background-color css
<style>
a { background-color: #0A3855; }
a { background-color: rgb(10,56,85); }
div.DivClassName
{
background-color: #0A3855;
}
.BgClassName
{
background-color: #0A3855;
}
</style>
border-color css
<style>
span { border-color: #0A3855; }
span { border-color: rgb(10,56,85); }
td.TdClassName
{
border-color: #0A3855;
}
.TagClassName
{
border-color: #0A3855;
}
</style>