Shades of Prussian Blue #0A3774
Tints of Prussian Blue #0A3774
RGB
CMYK
RGB Variations
Color information
#0A3774 (or 0x0A3774) is known color: Prussian Blue. HEX triplet: 0A, 37 and 74. RGB value is (10,55,116). Sum of RGB (Red+Green+Blue) = 10+55+116=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A3774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3774 is #F5C88B. Grayscale: #303030. Windows color (decimal): -16107660 or 7616266. OLE color: 7616266.
HSL color Cylindrical-coordinate representation of color #0A3774: hue angle of 214.53º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3774 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 55 | 116 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.55 |
| HSL | 214.53º | 0.84% | 0.25% | - |
| HSV(B) | 214.53º | 0.91% | 0.45% | - |
| XYZ | 4.64 | 4.06 | 17.06 | - |
| YUV | 48.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 116 | 0.91 | 0.53 | 0 | 0.55 | 214.53 | 0.84 | 0.25 |
| Hex | A | 37 | 74 | 5B | 35 | 0 | 37 | D7 | 54 | 19 |
| Octal | 12 | 67 | 164 | 133 | 65 | 0 | 67 | 327 | 124 | 31 |
| Binary | 1010 | 110111 | 1110100 | 1011011 | 110101 | 0 | 110111 | 11010111 | 1010100 | 11001 |
Color Harmonies of #0A3774
Complementary color
Monochromatic Colors of #0A3774
Black with #0A3774
Text Example
Text Example
White with #0A3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3774; }
p { color: rgb(10,55,116); }
H1.HeaderClassName
{
color: #0A3774;
}
.AnyTagClassName
{
color: #0A3774;
}
</style>
background-color css
<style>
a { background-color: #0A3774; }
a { background-color: rgb(10,55,116); }
div.DivClassName
{
background-color: #0A3774;
}
.BgClassName
{
background-color: #0A3774;
}
</style>
border-color css
<style>
span { border-color: #0A3774; }
span { border-color: rgb(10,55,116); }
td.TdClassName
{
border-color: #0A3774;
}
.TagClassName
{
border-color: #0A3774;
}
</style>