Shades of Prussian Blue #0A385C
Tints of Prussian Blue #0A385C
RGB
CMYK
RGB Variations
Color information
#0A385C (or 0x0A385C) is known color: Prussian Blue. HEX triplet: 0A, 38 and 5C. RGB value is (10,56,92). Sum of RGB (Red+Green+Blue) = 10+56+92=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A385C is #F5C7A3. Grayscale: #2E2E2E. Windows color (decimal): -16107428 or 6043658. OLE color: 6043658.
HSL color Cylindrical-coordinate representation of color #0A385C: hue angle of 206.34º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A385C is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 56 | 92 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.64 |
| HSL | 206.34º | 0.8% | 0.2% | - |
| HSV(B) | 206.34º | 0.89% | 0.36% | - |
| XYZ | 3.47 | 3.67 | 10.65 | - |
| YUV | 46.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 92 | 0.89 | 0.39 | 0 | 0.64 | 206.34 | 0.8 | 0.2 |
| Hex | A | 38 | 5C | 59 | 27 | 0 | 40 | CE | 50 | 14 |
| Octal | 12 | 70 | 134 | 131 | 47 | 0 | 100 | 316 | 120 | 24 |
| Binary | 1010 | 111000 | 1011100 | 1011001 | 100111 | 0 | 1000000 | 11001110 | 1010000 | 10100 |
Color Harmonies of #0A385C
Complementary color
Monochromatic Colors of #0A385C
Black with #0A385C
Text Example
Text Example
White with #0A385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A385C; }
p { color: rgb(10,56,92); }
H1.HeaderClassName
{
color: #0A385C;
}
.AnyTagClassName
{
color: #0A385C;
}
</style>
background-color css
<style>
a { background-color: #0A385C; }
a { background-color: rgb(10,56,92); }
div.DivClassName
{
background-color: #0A385C;
}
.BgClassName
{
background-color: #0A385C;
}
</style>
border-color css
<style>
span { border-color: #0A385C; }
span { border-color: rgb(10,56,92); }
td.TdClassName
{
border-color: #0A385C;
}
.TagClassName
{
border-color: #0A385C;
}
</style>