Shades of Prussian Blue #0A386B
Tints of Prussian Blue #0A386B
RGB
CMYK
RGB Variations
Color information
#0A386B (or 0x0A386B) is known color: Prussian Blue. HEX triplet: 0A, 38 and 6B. RGB value is (10,56,107). Sum of RGB (Red+Green+Blue) = 10+56+107=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A386B is #F5C794. Grayscale: #2F2F2F. Windows color (decimal): -16107413 or 7026698. OLE color: 7026698.
HSL color Cylindrical-coordinate representation of color #0A386B: hue angle of 211.55º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A386B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 56 | 107 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.58 |
| HSL | 211.55º | 0.83% | 0.23% | - |
| HSV(B) | 211.55º | 0.91% | 0.42% | - |
| XYZ | 4.19 | 3.95 | 14.45 | - |
| YUV | 48.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 107 | 0.91 | 0.48 | 0 | 0.58 | 211.55 | 0.83 | 0.23 |
| Hex | A | 38 | 6B | 5B | 30 | 0 | 3A | D4 | 53 | 17 |
| Octal | 12 | 70 | 153 | 133 | 60 | 0 | 72 | 324 | 123 | 27 |
| Binary | 1010 | 111000 | 1101011 | 1011011 | 110000 | 0 | 111010 | 11010100 | 1010011 | 10111 |
Color Harmonies of #0A386B
Complementary color
Monochromatic Colors of #0A386B
Black with #0A386B
Text Example
Text Example
White with #0A386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A386B; }
p { color: rgb(10,56,107); }
H1.HeaderClassName
{
color: #0A386B;
}
.AnyTagClassName
{
color: #0A386B;
}
</style>
background-color css
<style>
a { background-color: #0A386B; }
a { background-color: rgb(10,56,107); }
div.DivClassName
{
background-color: #0A386B;
}
.BgClassName
{
background-color: #0A386B;
}
</style>
border-color css
<style>
span { border-color: #0A386B; }
span { border-color: rgb(10,56,107); }
td.TdClassName
{
border-color: #0A386B;
}
.TagClassName
{
border-color: #0A386B;
}
</style>