Shades of Prussian Blue #0B3C6A
Tints of Prussian Blue #0B3C6A
RGB
CMYK
RGB Variations
Color information
#0B3C6A (or 0x0B3C6A) is known color: Prussian Blue. HEX triplet: 0B, 3C and 6A. RGB value is (11,60,106). Sum of RGB (Red+Green+Blue) = 11+60+106=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B3C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3C6A is #F4C395. Grayscale: #323232. Windows color (decimal): -16040854 or 6962187. OLE color: 6962187.
HSL color Cylindrical-coordinate representation of color #0B3C6A: hue angle of 209.05º 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 #0B3C6A is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 60 | 106 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.58 |
| HSL | 209.05º | 0.81% | 0.23% | - |
| HSV(B) | 209.05º | 0.9% | 0.42% | - |
| XYZ | 4.36 | 4.34 | 14.24 | - |
| YUV | 50.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 60 | 106 | 0.90 | 0.43 | 0 | 0.58 | 209.05 | 0.81 | 0.23 |
| Hex | B | 3C | 6A | 5A | 2B | 0 | 3A | D1 | 51 | 17 |
| Octal | 13 | 74 | 152 | 132 | 53 | 0 | 72 | 321 | 121 | 27 |
| Binary | 1011 | 111100 | 1101010 | 1011010 | 101011 | 0 | 111010 | 11010001 | 1010001 | 10111 |
Color Harmonies of #0B3C6A
Complementary color
Monochromatic Colors of #0B3C6A
Black with #0B3C6A
Text Example
Text Example
White with #0B3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3C6A; }
p { color: rgb(11,60,106); }
H1.HeaderClassName
{
color: #0B3C6A;
}
.AnyTagClassName
{
color: #0B3C6A;
}
</style>
background-color css
<style>
a { background-color: #0B3C6A; }
a { background-color: rgb(11,60,106); }
div.DivClassName
{
background-color: #0B3C6A;
}
.BgClassName
{
background-color: #0B3C6A;
}
</style>
border-color css
<style>
span { border-color: #0B3C6A; }
span { border-color: rgb(11,60,106); }
td.TdClassName
{
border-color: #0B3C6A;
}
.TagClassName
{
border-color: #0B3C6A;
}
</style>