Shades of Prussian Blue #0B3468
Tints of Prussian Blue #0B3468
RGB
CMYK
RGB Variations
Color information
#0B3468 (or 0x0B3468) is known color: Prussian Blue. HEX triplet: 0B, 34 and 68. RGB value is (11,52,104). Sum of RGB (Red+Green+Blue) = 11+52+104=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B3468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3468 is #F4CB97. Grayscale: #2D2D2D. Windows color (decimal): -16042904 or 6829067. OLE color: 6829067.
HSL color Cylindrical-coordinate representation of color #0B3468: hue angle of 213.55º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3468 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 52 | 104 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.59 |
| HSL | 213.55º | 0.81% | 0.23% | - |
| HSV(B) | 213.55º | 0.89% | 0.41% | - |
| XYZ | 3.86 | 3.53 | 13.57 | - |
| YUV | 45.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 104 | 0.89 | 0.50 | 0 | 0.59 | 213.55 | 0.81 | 0.23 |
| Hex | B | 34 | 68 | 59 | 32 | 0 | 3B | D6 | 51 | 17 |
| Octal | 13 | 64 | 150 | 131 | 62 | 0 | 73 | 326 | 121 | 27 |
| Binary | 1011 | 110100 | 1101000 | 1011001 | 110010 | 0 | 111011 | 11010110 | 1010001 | 10111 |
Color Harmonies of #0B3468
Complementary color
Monochromatic Colors of #0B3468
Black with #0B3468
Text Example
Text Example
White with #0B3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3468; }
p { color: rgb(11,52,104); }
H1.HeaderClassName
{
color: #0B3468;
}
.AnyTagClassName
{
color: #0B3468;
}
</style>
background-color css
<style>
a { background-color: #0B3468; }
a { background-color: rgb(11,52,104); }
div.DivClassName
{
background-color: #0B3468;
}
.BgClassName
{
background-color: #0B3468;
}
</style>
border-color css
<style>
span { border-color: #0B3468; }
span { border-color: rgb(11,52,104); }
td.TdClassName
{
border-color: #0B3468;
}
.TagClassName
{
border-color: #0B3468;
}
</style>