Shades of Prussian Blue #0B386A
Tints of Prussian Blue #0B386A
RGB
CMYK
RGB Variations
Color information
#0B386A (or 0x0B386A) is known color: Prussian Blue. HEX triplet: 0B, 38 and 6A. RGB value is (11,56,106). Sum of RGB (Red+Green+Blue) = 11+56+106=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B386A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B386A is #F4C795. Grayscale: #303030. Windows color (decimal): -16041878 or 6961163. OLE color: 6961163.
HSL color Cylindrical-coordinate representation of color #0B386A: hue angle of 211.58º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B386A is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 56 | 106 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.58 |
| HSL | 211.58º | 0.81% | 0.23% | - |
| HSV(B) | 211.58º | 0.9% | 0.42% | - |
| XYZ | 4.15 | 3.94 | 14.18 | - |
| YUV | 48.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 106 | 0.90 | 0.47 | 0 | 0.58 | 211.58 | 0.81 | 0.23 |
| Hex | B | 38 | 6A | 5A | 2F | 0 | 3A | D4 | 51 | 17 |
| Octal | 13 | 70 | 152 | 132 | 57 | 0 | 72 | 324 | 121 | 27 |
| Binary | 1011 | 111000 | 1101010 | 1011010 | 101111 | 0 | 111010 | 11010100 | 1010001 | 10111 |
Color Harmonies of #0B386A
Complementary color
Monochromatic Colors of #0B386A
Black with #0B386A
Text Example
Text Example
White with #0B386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B386A; }
p { color: rgb(11,56,106); }
H1.HeaderClassName
{
color: #0B386A;
}
.AnyTagClassName
{
color: #0B386A;
}
</style>
background-color css
<style>
a { background-color: #0B386A; }
a { background-color: rgb(11,56,106); }
div.DivClassName
{
background-color: #0B386A;
}
.BgClassName
{
background-color: #0B386A;
}
</style>
border-color css
<style>
span { border-color: #0B386A; }
span { border-color: rgb(11,56,106); }
td.TdClassName
{
border-color: #0B386A;
}
.TagClassName
{
border-color: #0B386A;
}
</style>