Shades of Prussian Blue #0A376A
Tints of Prussian Blue #0A376A
RGB
CMYK
RGB Variations
Color information
#0A376A (or 0x0A376A) is known color: Prussian Blue. HEX triplet: 0A, 37 and 6A. RGB value is (10,55,106). Sum of RGB (Red+Green+Blue) = 10+55+106=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A376A is #F5C895. Grayscale: #2F2F2F. Windows color (decimal): -16107670 or 6960906. OLE color: 6960906.
HSL color Cylindrical-coordinate representation of color #0A376A: hue angle of 211.88º 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 #0A376A is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 55 | 106 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.58 |
| HSL | 211.88º | 0.83% | 0.23% | - |
| HSV(B) | 211.88º | 0.91% | 0.42% | - |
| XYZ | 4.09 | 3.84 | 14.16 | - |
| YUV | 47.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 106 | 0.91 | 0.48 | 0 | 0.58 | 211.88 | 0.83 | 0.23 |
| Hex | A | 37 | 6A | 5B | 30 | 0 | 3A | D4 | 53 | 17 |
| Octal | 12 | 67 | 152 | 133 | 60 | 0 | 72 | 324 | 123 | 27 |
| Binary | 1010 | 110111 | 1101010 | 1011011 | 110000 | 0 | 111010 | 11010100 | 1010011 | 10111 |
Color Harmonies of #0A376A
Complementary color
Monochromatic Colors of #0A376A
Black with #0A376A
Text Example
Text Example
White with #0A376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A376A; }
p { color: rgb(10,55,106); }
H1.HeaderClassName
{
color: #0A376A;
}
.AnyTagClassName
{
color: #0A376A;
}
</style>
background-color css
<style>
a { background-color: #0A376A; }
a { background-color: rgb(10,55,106); }
div.DivClassName
{
background-color: #0A376A;
}
.BgClassName
{
background-color: #0A376A;
}
</style>
border-color css
<style>
span { border-color: #0A376A; }
span { border-color: rgb(10,55,106); }
td.TdClassName
{
border-color: #0A376A;
}
.TagClassName
{
border-color: #0A376A;
}
</style>