Shades of Prussian Blue #0F4069
Tints of Prussian Blue #0F4069
RGB
CMYK
RGB Variations
Color information
#0F4069 (or 0x0F4069) is known color: Prussian Blue. HEX triplet: 0F, 40 and 69. RGB value is (15,64,105). Sum of RGB (Red+Green+Blue) = 15+64+105=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F4069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4069 is #F0BF96. Grayscale: #353535. Windows color (decimal): -15777687 or 6897679. OLE color: 6897679.
HSL color Cylindrical-coordinate representation of color #0F4069: hue angle of 207.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F4069 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 64 | 105 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.59 |
| HSL | 207.33º | 0.75% | 0.24% | - |
| HSV(B) | 207.33º | 0.86% | 0.41% | - |
| XYZ | 4.58 | 4.79 | 14.05 | - |
| YUV | 54.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 105 | 0.86 | 0.39 | 0 | 0.59 | 207.33 | 0.75 | 0.24 |
| Hex | F | 40 | 69 | 56 | 27 | 0 | 3B | CF | 4B | 18 |
| Octal | 17 | 100 | 151 | 126 | 47 | 0 | 73 | 317 | 113 | 30 |
| Binary | 1111 | 1000000 | 1101001 | 1010110 | 100111 | 0 | 111011 | 11001111 | 1001011 | 11000 |
Color Harmonies of #0F4069
Complementary color
Monochromatic Colors of #0F4069
Black with #0F4069
Text Example
Text Example
White with #0F4069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4069; }
p { color: rgb(15,64,105); }
H1.HeaderClassName
{
color: #0F4069;
}
.AnyTagClassName
{
color: #0F4069;
}
</style>
background-color css
<style>
a { background-color: #0F4069; }
a { background-color: rgb(15,64,105); }
div.DivClassName
{
background-color: #0F4069;
}
.BgClassName
{
background-color: #0F4069;
}
</style>
border-color css
<style>
span { border-color: #0F4069; }
span { border-color: rgb(15,64,105); }
td.TdClassName
{
border-color: #0F4069;
}
.TagClassName
{
border-color: #0F4069;
}
</style>