Shades of Prussian Blue #0B4468
Tints of Prussian Blue #0B4468
RGB
CMYK
RGB Variations
Color information
#0B4468 (or 0x0B4468) is known color: Prussian Blue. HEX triplet: 0B, 44 and 68. RGB value is (11,68,104). Sum of RGB (Red+Green+Blue) = 11+68+104=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B4468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4468 is #F4BB97. Grayscale: #363636. Windows color (decimal): -16038808 or 6833163. OLE color: 6833163.
HSL color Cylindrical-coordinate representation of color #0B4468: hue angle of 203.23º 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 #0B4468 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 68 | 104 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.59 |
| HSL | 203.23º | 0.81% | 0.23% | - |
| HSV(B) | 203.23º | 0.89% | 0.41% | - |
| XYZ | 4.7 | 5.2 | 13.85 | - |
| YUV | 55.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 104 | 0.89 | 0.35 | 0 | 0.59 | 203.23 | 0.81 | 0.23 |
| Hex | B | 44 | 68 | 59 | 23 | 0 | 3B | CB | 51 | 17 |
| Octal | 13 | 104 | 150 | 131 | 43 | 0 | 73 | 313 | 121 | 27 |
| Binary | 1011 | 1000100 | 1101000 | 1011001 | 100011 | 0 | 111011 | 11001011 | 1010001 | 10111 |
Color Harmonies of #0B4468
Complementary color
Monochromatic Colors of #0B4468
Black with #0B4468
Text Example
Text Example
White with #0B4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4468; }
p { color: rgb(11,68,104); }
H1.HeaderClassName
{
color: #0B4468;
}
.AnyTagClassName
{
color: #0B4468;
}
</style>
background-color css
<style>
a { background-color: #0B4468; }
a { background-color: rgb(11,68,104); }
div.DivClassName
{
background-color: #0B4468;
}
.BgClassName
{
background-color: #0B4468;
}
</style>
border-color css
<style>
span { border-color: #0B4468; }
span { border-color: rgb(11,68,104); }
td.TdClassName
{
border-color: #0B4468;
}
.TagClassName
{
border-color: #0B4468;
}
</style>