Shades of Prussian Blue #0A365A
Tints of Prussian Blue #0A365A
RGB
CMYK
RGB Variations
Color information
#0A365A (or 0x0A365A) is known color: Prussian Blue. HEX triplet: 0A, 36 and 5A. RGB value is (10,54,90). Sum of RGB (Red+Green+Blue) = 10+54+90=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A365A is #F5C9A5. Grayscale: #2C2C2C. Windows color (decimal): -16107942 or 5912074. OLE color: 5912074.
HSL color Cylindrical-coordinate representation of color #0A365A: hue angle of 207º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A365A is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 54 | 90 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.65 |
| HSL | 207º | 0.8% | 0.2% | - |
| HSV(B) | 207º | 0.89% | 0.35% | - |
| XYZ | 3.29 | 3.44 | 10.16 | - |
| YUV | 44.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 90 | 0.89 | 0.40 | 0 | 0.65 | 207 | 0.8 | 0.2 |
| Hex | A | 36 | 5A | 59 | 28 | 0 | 41 | CF | 50 | 14 |
| Octal | 12 | 66 | 132 | 131 | 50 | 0 | 101 | 317 | 120 | 24 |
| Binary | 1010 | 110110 | 1011010 | 1011001 | 101000 | 0 | 1000001 | 11001111 | 1010000 | 10100 |
Color Harmonies of #0A365A
Complementary color
Monochromatic Colors of #0A365A
Black with #0A365A
Text Example
Text Example
White with #0A365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A365A; }
p { color: rgb(10,54,90); }
H1.HeaderClassName
{
color: #0A365A;
}
.AnyTagClassName
{
color: #0A365A;
}
</style>
background-color css
<style>
a { background-color: #0A365A; }
a { background-color: rgb(10,54,90); }
div.DivClassName
{
background-color: #0A365A;
}
.BgClassName
{
background-color: #0A365A;
}
</style>
border-color css
<style>
span { border-color: #0A365A; }
span { border-color: rgb(10,54,90); }
td.TdClassName
{
border-color: #0A365A;
}
.TagClassName
{
border-color: #0A365A;
}
</style>