Shades of Prussian Blue #0B3A6C
Tints of Prussian Blue #0B3A6C
RGB
CMYK
RGB Variations
Color information
#0B3A6C (or 0x0B3A6C) is known color: Prussian Blue. HEX triplet: 0B, 3A and 6C. RGB value is (11,58,108). Sum of RGB (Red+Green+Blue) = 11+58+108=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B3A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3A6C is #F4C593. Grayscale: #313131. Windows color (decimal): -16041364 or 7092747. OLE color: 7092747.
HSL color Cylindrical-coordinate representation of color #0B3A6C: hue angle of 210.93º degrees, saturation: 0.82, 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 #0B3A6C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 58 | 108 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.58 |
| HSL | 210.93º | 0.82% | 0.23% | - |
| HSV(B) | 210.93º | 0.9% | 0.42% | - |
| XYZ | 4.36 | 4.18 | 14.76 | - |
| YUV | 49.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 108 | 0.90 | 0.46 | 0 | 0.58 | 210.93 | 0.82 | 0.23 |
| Hex | B | 3A | 6C | 5A | 2E | 0 | 3A | D3 | 52 | 17 |
| Octal | 13 | 72 | 154 | 132 | 56 | 0 | 72 | 323 | 122 | 27 |
| Binary | 1011 | 111010 | 1101100 | 1011010 | 101110 | 0 | 111010 | 11010011 | 1010010 | 10111 |
Color Harmonies of #0B3A6C
Complementary color
Monochromatic Colors of #0B3A6C
Black with #0B3A6C
Text Example
Text Example
White with #0B3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A6C; }
p { color: rgb(11,58,108); }
H1.HeaderClassName
{
color: #0B3A6C;
}
.AnyTagClassName
{
color: #0B3A6C;
}
</style>
background-color css
<style>
a { background-color: #0B3A6C; }
a { background-color: rgb(11,58,108); }
div.DivClassName
{
background-color: #0B3A6C;
}
.BgClassName
{
background-color: #0B3A6C;
}
</style>
border-color css
<style>
span { border-color: #0B3A6C; }
span { border-color: rgb(11,58,108); }
td.TdClassName
{
border-color: #0B3A6C;
}
.TagClassName
{
border-color: #0B3A6C;
}
</style>