Shades of Prussian Blue #0B2C52
Tints of Prussian Blue #0B2C52
RGB
CMYK
RGB Variations
Color information
#0B2C52 (or 0x0B2C52) is known color: Prussian Blue. HEX triplet: 0B, 2C and 52. RGB value is (11,44,82). Sum of RGB (Red+Green+Blue) = 11+44+82=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #0B2C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2C52 is #F4D3AD. Grayscale: #262626. Windows color (decimal): -16044974 or 5385227. OLE color: 5385227.
HSL color Cylindrical-coordinate representation of color #0B2C52: hue angle of 212.11º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2C52 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 44 | 82 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.68 |
| HSL | 212.11º | 0.76% | 0.18% | - |
| HSV(B) | 212.11º | 0.87% | 0.32% | - |
| XYZ | 2.56 | 2.48 | 8.33 | - |
| YUV | 38.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 82 | 0.87 | 0.46 | 0 | 0.68 | 212.11 | 0.76 | 0.18 |
| Hex | B | 2C | 52 | 57 | 2E | 0 | 44 | D4 | 4C | 12 |
| Octal | 13 | 54 | 122 | 127 | 56 | 0 | 104 | 324 | 114 | 22 |
| Binary | 1011 | 101100 | 1010010 | 1010111 | 101110 | 0 | 1000100 | 11010100 | 1001100 | 10010 |
Color Harmonies of #0B2C52
Complementary color
Monochromatic Colors of #0B2C52
Black with #0B2C52
Text Example
Text Example
White with #0B2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C52; }
p { color: rgb(11,44,82); }
H1.HeaderClassName
{
color: #0B2C52;
}
.AnyTagClassName
{
color: #0B2C52;
}
</style>
background-color css
<style>
a { background-color: #0B2C52; }
a { background-color: rgb(11,44,82); }
div.DivClassName
{
background-color: #0B2C52;
}
.BgClassName
{
background-color: #0B2C52;
}
</style>
border-color css
<style>
span { border-color: #0B2C52; }
span { border-color: rgb(11,44,82); }
td.TdClassName
{
border-color: #0B2C52;
}
.TagClassName
{
border-color: #0B2C52;
}
</style>