Shades of Prussian Blue #0A3755
Tints of Prussian Blue #0A3755
RGB
CMYK
RGB Variations
Color information
#0A3755 (or 0x0A3755) is known color: Prussian Blue. HEX triplet: 0A, 37 and 55. RGB value is (10,55,85). Sum of RGB (Red+Green+Blue) = 10+55+85=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A3755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3755 is #F5C8AA. Grayscale: #2C2C2C. Windows color (decimal): -16107691 or 5584650. OLE color: 5584650.
HSL color Cylindrical-coordinate representation of color #0A3755: hue angle of 204º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3755 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 55 | 85 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.67 |
| HSL | 204º | 0.79% | 0.19% | - |
| HSV(B) | 204º | 0.88% | 0.33% | - |
| XYZ | 3.13 | 3.45 | 9.1 | - |
| YUV | 44.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 85 | 0.88 | 0.35 | 0 | 0.67 | 204 | 0.79 | 0.19 |
| Hex | A | 37 | 55 | 58 | 23 | 0 | 43 | CC | 4F | 13 |
| Octal | 12 | 67 | 125 | 130 | 43 | 0 | 103 | 314 | 117 | 23 |
| Binary | 1010 | 110111 | 1010101 | 1011000 | 100011 | 0 | 1000011 | 11001100 | 1001111 | 10011 |
Color Harmonies of #0A3755
Complementary color
Monochromatic Colors of #0A3755
Black with #0A3755
Text Example
Text Example
White with #0A3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3755; }
p { color: rgb(10,55,85); }
H1.HeaderClassName
{
color: #0A3755;
}
.AnyTagClassName
{
color: #0A3755;
}
</style>
background-color css
<style>
a { background-color: #0A3755; }
a { background-color: rgb(10,55,85); }
div.DivClassName
{
background-color: #0A3755;
}
.BgClassName
{
background-color: #0A3755;
}
</style>
border-color css
<style>
span { border-color: #0A3755; }
span { border-color: rgb(10,55,85); }
td.TdClassName
{
border-color: #0A3755;
}
.TagClassName
{
border-color: #0A3755;
}
</style>