Shades of Prussian Blue #0B3869
Tints of Prussian Blue #0B3869
RGB
CMYK
RGB Variations
Color information
#0B3869 (or 0x0B3869) is known color: Prussian Blue. HEX triplet: 0B, 38 and 69. RGB value is (11,56,105). Sum of RGB (Red+Green+Blue) = 11+56+105=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B3869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3869 is #F4C796. Grayscale: #2F2F2F. Windows color (decimal): -16041879 or 6895627. OLE color: 6895627.
HSL color Cylindrical-coordinate representation of color #0B3869: hue angle of 211.28º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3869 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 56 | 105 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.59 |
| HSL | 211.28º | 0.81% | 0.23% | - |
| HSV(B) | 211.28º | 0.9% | 0.41% | - |
| XYZ | 4.1 | 3.92 | 13.9 | - |
| YUV | 48.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 105 | 0.90 | 0.47 | 0 | 0.59 | 211.28 | 0.81 | 0.23 |
| Hex | B | 38 | 69 | 5A | 2F | 0 | 3B | D3 | 51 | 17 |
| Octal | 13 | 70 | 151 | 132 | 57 | 0 | 73 | 323 | 121 | 27 |
| Binary | 1011 | 111000 | 1101001 | 1011010 | 101111 | 0 | 111011 | 11010011 | 1010001 | 10111 |
Color Harmonies of #0B3869
Complementary color
Monochromatic Colors of #0B3869
Black with #0B3869
Text Example
Text Example
White with #0B3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3869; }
p { color: rgb(11,56,105); }
H1.HeaderClassName
{
color: #0B3869;
}
.AnyTagClassName
{
color: #0B3869;
}
</style>
background-color css
<style>
a { background-color: #0B3869; }
a { background-color: rgb(11,56,105); }
div.DivClassName
{
background-color: #0B3869;
}
.BgClassName
{
background-color: #0B3869;
}
</style>
border-color css
<style>
span { border-color: #0B3869; }
span { border-color: rgb(11,56,105); }
td.TdClassName
{
border-color: #0B3869;
}
.TagClassName
{
border-color: #0B3869;
}
</style>