Shades of Prussian Blue #0A345C
Tints of Prussian Blue #0A345C
RGB
CMYK
RGB Variations
Color information
#0A345C (or 0x0A345C) is known color: Prussian Blue. HEX triplet: 0A, 34 and 5C. RGB value is (10,52,92). Sum of RGB (Red+Green+Blue) = 10+52+92=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A345C is #F5CBA3. Grayscale: #2B2B2B. Windows color (decimal): -16108452 or 6042634. OLE color: 6042634.
HSL color Cylindrical-coordinate representation of color #0A345C: hue angle of 209.27º degrees, saturation: 0.8, 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 #0A345C is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 52 | 92 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.64 |
| HSL | 209.27º | 0.8% | 0.2% | - |
| HSV(B) | 209.27º | 0.89% | 0.36% | - |
| XYZ | 3.28 | 3.29 | 10.59 | - |
| YUV | 44 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 92 | 0.89 | 0.43 | 0 | 0.64 | 209.27 | 0.8 | 0.2 |
| Hex | A | 34 | 5C | 59 | 2B | 0 | 40 | D1 | 50 | 14 |
| Octal | 12 | 64 | 134 | 131 | 53 | 0 | 100 | 321 | 120 | 24 |
| Binary | 1010 | 110100 | 1011100 | 1011001 | 101011 | 0 | 1000000 | 11010001 | 1010000 | 10100 |
Color Harmonies of #0A345C
Complementary color
Monochromatic Colors of #0A345C
Black with #0A345C
Text Example
Text Example
White with #0A345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A345C; }
p { color: rgb(10,52,92); }
H1.HeaderClassName
{
color: #0A345C;
}
.AnyTagClassName
{
color: #0A345C;
}
</style>
background-color css
<style>
a { background-color: #0A345C; }
a { background-color: rgb(10,52,92); }
div.DivClassName
{
background-color: #0A345C;
}
.BgClassName
{
background-color: #0A345C;
}
</style>
border-color css
<style>
span { border-color: #0A345C; }
span { border-color: rgb(10,52,92); }
td.TdClassName
{
border-color: #0A345C;
}
.TagClassName
{
border-color: #0A345C;
}
</style>