Shades of Prussian Blue #0A3662
Tints of Prussian Blue #0A3662
RGB
CMYK
RGB Variations
Color information
#0A3662 (or 0x0A3662) is known color: Prussian Blue. HEX triplet: 0A, 36 and 62. RGB value is (10,54,98). Sum of RGB (Red+Green+Blue) = 10+54+98=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A3662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3662 is #F5C99D. Grayscale: #2D2D2D. Windows color (decimal): -16107934 or 6436362. OLE color: 6436362.
HSL color Cylindrical-coordinate representation of color #0A3662: hue angle of 210º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3662 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 54 | 98 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.62 |
| HSL | 210º | 0.81% | 0.21% | - |
| HSV(B) | 210º | 0.9% | 0.38% | - |
| XYZ | 3.65 | 3.58 | 12.05 | - |
| YUV | 45.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 98 | 0.90 | 0.45 | 0 | 0.62 | 210 | 0.81 | 0.21 |
| Hex | A | 36 | 62 | 5A | 2D | 0 | 3E | D2 | 51 | 15 |
| Octal | 12 | 66 | 142 | 132 | 55 | 0 | 76 | 322 | 121 | 25 |
| Binary | 1010 | 110110 | 1100010 | 1011010 | 101101 | 0 | 111110 | 11010010 | 1010001 | 10101 |
Color Harmonies of #0A3662
Complementary color
Monochromatic Colors of #0A3662
Black with #0A3662
Text Example
Text Example
White with #0A3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3662; }
p { color: rgb(10,54,98); }
H1.HeaderClassName
{
color: #0A3662;
}
.AnyTagClassName
{
color: #0A3662;
}
</style>
background-color css
<style>
a { background-color: #0A3662; }
a { background-color: rgb(10,54,98); }
div.DivClassName
{
background-color: #0A3662;
}
.BgClassName
{
background-color: #0A3662;
}
</style>
border-color css
<style>
span { border-color: #0A3662; }
span { border-color: rgb(10,54,98); }
td.TdClassName
{
border-color: #0A3662;
}
.TagClassName
{
border-color: #0A3662;
}
</style>