Shades of Prussian Blue #0F325B
Tints of Prussian Blue #0F325B
RGB
CMYK
RGB Variations
Color information
#0F325B (or 0x0F325B) is known color: Prussian Blue. HEX triplet: 0F, 32 and 5B. RGB value is (15,50,91). Sum of RGB (Red+Green+Blue) = 15+50+91=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F325B is #F0CDA4. Grayscale: #2C2C2C. Windows color (decimal): -15781285 or 5976591. OLE color: 5976591.
HSL color Cylindrical-coordinate representation of color #0F325B: hue angle of 212.37º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F325B is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 50 | 91 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.64 |
| HSL | 212.37º | 0.72% | 0.21% | - |
| HSV(B) | 212.37º | 0.84% | 0.36% | - |
| XYZ | 3.23 | 3.14 | 10.33 | - |
| YUV | 44.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 91 | 0.84 | 0.45 | 0 | 0.64 | 212.37 | 0.72 | 0.21 |
| Hex | F | 32 | 5B | 54 | 2D | 0 | 40 | D4 | 48 | 15 |
| Octal | 17 | 62 | 133 | 124 | 55 | 0 | 100 | 324 | 110 | 25 |
| Binary | 1111 | 110010 | 1011011 | 1010100 | 101101 | 0 | 1000000 | 11010100 | 1001000 | 10101 |
Color Harmonies of #0F325B
Complementary color
Monochromatic Colors of #0F325B
Black with #0F325B
Text Example
Text Example
White with #0F325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F325B; }
p { color: rgb(15,50,91); }
H1.HeaderClassName
{
color: #0F325B;
}
.AnyTagClassName
{
color: #0F325B;
}
</style>
background-color css
<style>
a { background-color: #0F325B; }
a { background-color: rgb(15,50,91); }
div.DivClassName
{
background-color: #0F325B;
}
.BgClassName
{
background-color: #0F325B;
}
</style>
border-color css
<style>
span { border-color: #0F325B; }
span { border-color: rgb(15,50,91); }
td.TdClassName
{
border-color: #0F325B;
}
.TagClassName
{
border-color: #0F325B;
}
</style>