Shades of Prussian Blue #0A386E
Tints of Prussian Blue #0A386E
RGB
CMYK
RGB Variations
Color information
#0A386E (or 0x0A386E) is known color: Prussian Blue. HEX triplet: 0A, 38 and 6E. RGB value is (10,56,110). Sum of RGB (Red+Green+Blue) = 10+56+110=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A386E is #F5C791. Grayscale: #303030. Windows color (decimal): -16107410 or 7223306. OLE color: 7223306.
HSL color Cylindrical-coordinate representation of color #0A386E: hue angle of 212.4º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A386E is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 56 | 110 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.57 |
| HSL | 212.4º | 0.83% | 0.24% | - |
| HSV(B) | 212.4º | 0.91% | 0.43% | - |
| XYZ | 4.35 | 4.02 | 15.3 | - |
| YUV | 48.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 110 | 0.91 | 0.49 | 0 | 0.57 | 212.4 | 0.83 | 0.24 |
| Hex | A | 38 | 6E | 5B | 31 | 0 | 39 | D4 | 53 | 18 |
| Octal | 12 | 70 | 156 | 133 | 61 | 0 | 71 | 324 | 123 | 30 |
| Binary | 1010 | 111000 | 1101110 | 1011011 | 110001 | 0 | 111001 | 11010100 | 1010011 | 11000 |
Color Harmonies of #0A386E
Complementary color
Monochromatic Colors of #0A386E
Black with #0A386E
Text Example
Text Example
White with #0A386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A386E; }
p { color: rgb(10,56,110); }
H1.HeaderClassName
{
color: #0A386E;
}
.AnyTagClassName
{
color: #0A386E;
}
</style>
background-color css
<style>
a { background-color: #0A386E; }
a { background-color: rgb(10,56,110); }
div.DivClassName
{
background-color: #0A386E;
}
.BgClassName
{
background-color: #0A386E;
}
</style>
border-color css
<style>
span { border-color: #0A386E; }
span { border-color: rgb(10,56,110); }
td.TdClassName
{
border-color: #0A386E;
}
.TagClassName
{
border-color: #0A386E;
}
</style>