Shades of Prussian Blue #0B325B
Tints of Prussian Blue #0B325B
RGB
CMYK
RGB Variations
Color information
#0B325B (or 0x0B325B) is known color: Prussian Blue. HEX triplet: 0B, 32 and 5B. RGB value is (11,50,91). Sum of RGB (Red+Green+Blue) = 11+50+91=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B325B is #F4CDA4. Grayscale: #2A2A2A. Windows color (decimal): -16043429 or 5976587. OLE color: 5976587.
HSL color Cylindrical-coordinate representation of color #0B325B: hue angle of 210.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B325B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 50 | 91 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.64 |
| HSL | 210.75º | 0.78% | 0.2% | - |
| HSV(B) | 210.75º | 0.88% | 0.36% | - |
| XYZ | 3.17 | 3.11 | 10.33 | - |
| YUV | 43.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 91 | 0.88 | 0.45 | 0 | 0.64 | 210.75 | 0.78 | 0.2 |
| Hex | B | 32 | 5B | 58 | 2D | 0 | 40 | D3 | 4E | 14 |
| Octal | 13 | 62 | 133 | 130 | 55 | 0 | 100 | 323 | 116 | 24 |
| Binary | 1011 | 110010 | 1011011 | 1011000 | 101101 | 0 | 1000000 | 11010011 | 1001110 | 10100 |
Color Harmonies of #0B325B
Complementary color
Monochromatic Colors of #0B325B
Black with #0B325B
Text Example
Text Example
White with #0B325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B325B; }
p { color: rgb(11,50,91); }
H1.HeaderClassName
{
color: #0B325B;
}
.AnyTagClassName
{
color: #0B325B;
}
</style>
background-color css
<style>
a { background-color: #0B325B; }
a { background-color: rgb(11,50,91); }
div.DivClassName
{
background-color: #0B325B;
}
.BgClassName
{
background-color: #0B325B;
}
</style>
border-color css
<style>
span { border-color: #0B325B; }
span { border-color: rgb(11,50,91); }
td.TdClassName
{
border-color: #0B325B;
}
.TagClassName
{
border-color: #0B325B;
}
</style>