Shades of Prussian Blue #0F3860
Tints of Prussian Blue #0F3860
RGB
CMYK
RGB Variations
Color information
#0F3860 (or 0x0F3860) is known color: Prussian Blue. HEX triplet: 0F, 38 and 60. RGB value is (15,56,96). Sum of RGB (Red+Green+Blue) = 15+56+96=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3860 is #F0C79F. Grayscale: #303030. Windows color (decimal): -15779744 or 6305807. OLE color: 6305807.
HSL color Cylindrical-coordinate representation of color #0F3860: hue angle of 209.63º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3860 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 56 | 96 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.62 |
| HSL | 209.63º | 0.73% | 0.22% | - |
| HSV(B) | 209.63º | 0.84% | 0.38% | - |
| XYZ | 3.72 | 3.77 | 11.6 | - |
| YUV | 48.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 96 | 0.84 | 0.42 | 0 | 0.62 | 209.63 | 0.73 | 0.22 |
| Hex | F | 38 | 60 | 54 | 2A | 0 | 3E | D2 | 49 | 16 |
| Octal | 17 | 70 | 140 | 124 | 52 | 0 | 76 | 322 | 111 | 26 |
| Binary | 1111 | 111000 | 1100000 | 1010100 | 101010 | 0 | 111110 | 11010010 | 1001001 | 10110 |
Color Harmonies of #0F3860
Complementary color
Monochromatic Colors of #0F3860
Black with #0F3860
Text Example
Text Example
White with #0F3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3860; }
p { color: rgb(15,56,96); }
H1.HeaderClassName
{
color: #0F3860;
}
.AnyTagClassName
{
color: #0F3860;
}
</style>
background-color css
<style>
a { background-color: #0F3860; }
a { background-color: rgb(15,56,96); }
div.DivClassName
{
background-color: #0F3860;
}
.BgClassName
{
background-color: #0F3860;
}
</style>
border-color css
<style>
span { border-color: #0F3860; }
span { border-color: rgb(15,56,96); }
td.TdClassName
{
border-color: #0F3860;
}
.TagClassName
{
border-color: #0F3860;
}
</style>