Shades of Prussian Blue #0A3E6A
Tints of Prussian Blue #0A3E6A
RGB
CMYK
RGB Variations
Color information
#0A3E6A (or 0x0A3E6A) is known color: Prussian Blue. HEX triplet: 0A, 3E and 6A. RGB value is (10,62,106). Sum of RGB (Red+Green+Blue) = 10+62+106=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A3E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E6A is #F5C195. Grayscale: #333333. Windows color (decimal): -16105878 or 6962698. OLE color: 6962698.
HSL color Cylindrical-coordinate representation of color #0A3E6A: hue angle of 207.5º 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 #0A3E6A is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 62 | 106 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.58 |
| HSL | 207.5º | 0.83% | 0.23% | - |
| HSV(B) | 207.5º | 0.91% | 0.42% | - |
| XYZ | 4.45 | 4.55 | 14.28 | - |
| YUV | 51.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 106 | 0.91 | 0.42 | 0 | 0.58 | 207.5 | 0.83 | 0.23 |
| Hex | A | 3E | 6A | 5B | 2A | 0 | 3A | D0 | 53 | 17 |
| Octal | 12 | 76 | 152 | 133 | 52 | 0 | 72 | 320 | 123 | 27 |
| Binary | 1010 | 111110 | 1101010 | 1011011 | 101010 | 0 | 111010 | 11010000 | 1010011 | 10111 |
Color Harmonies of #0A3E6A
Complementary color
Monochromatic Colors of #0A3E6A
Black with #0A3E6A
Text Example
Text Example
White with #0A3E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E6A; }
p { color: rgb(10,62,106); }
H1.HeaderClassName
{
color: #0A3E6A;
}
.AnyTagClassName
{
color: #0A3E6A;
}
</style>
background-color css
<style>
a { background-color: #0A3E6A; }
a { background-color: rgb(10,62,106); }
div.DivClassName
{
background-color: #0A3E6A;
}
.BgClassName
{
background-color: #0A3E6A;
}
</style>
border-color css
<style>
span { border-color: #0A3E6A; }
span { border-color: rgb(10,62,106); }
td.TdClassName
{
border-color: #0A3E6A;
}
.TagClassName
{
border-color: #0A3E6A;
}
</style>