Shades of Prussian Blue #0A346B
Tints of Prussian Blue #0A346B
RGB
CMYK
RGB Variations
Color information
#0A346B (or 0x0A346B) is known color: Prussian Blue. HEX triplet: 0A, 34 and 6B. RGB value is (10,52,107). Sum of RGB (Red+Green+Blue) = 10+52+107=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A346B is #F5CB94. Grayscale: #2D2D2D. Windows color (decimal): -16108437 or 7025674. OLE color: 7025674.
HSL color Cylindrical-coordinate representation of color #0A346B: hue angle of 214.02º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A346B is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 52 | 107 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.58 |
| HSL | 214.02º | 0.83% | 0.23% | - |
| HSV(B) | 214.02º | 0.91% | 0.42% | - |
| XYZ | 4.01 | 3.58 | 14.39 | - |
| YUV | 45.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 107 | 0.91 | 0.51 | 0 | 0.58 | 214.02 | 0.83 | 0.23 |
| Hex | A | 34 | 6B | 5B | 33 | 0 | 3A | D6 | 53 | 17 |
| Octal | 12 | 64 | 153 | 133 | 63 | 0 | 72 | 326 | 123 | 27 |
| Binary | 1010 | 110100 | 1101011 | 1011011 | 110011 | 0 | 111010 | 11010110 | 1010011 | 10111 |
Color Harmonies of #0A346B
Complementary color
Monochromatic Colors of #0A346B
Black with #0A346B
Text Example
Text Example
White with #0A346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A346B; }
p { color: rgb(10,52,107); }
H1.HeaderClassName
{
color: #0A346B;
}
.AnyTagClassName
{
color: #0A346B;
}
</style>
background-color css
<style>
a { background-color: #0A346B; }
a { background-color: rgb(10,52,107); }
div.DivClassName
{
background-color: #0A346B;
}
.BgClassName
{
background-color: #0A346B;
}
</style>
border-color css
<style>
span { border-color: #0A346B; }
span { border-color: rgb(10,52,107); }
td.TdClassName
{
border-color: #0A346B;
}
.TagClassName
{
border-color: #0A346B;
}
</style>