Shades of Prussian Blue #0F3369
Tints of Prussian Blue #0F3369
RGB
CMYK
RGB Variations
Color information
#0F3369 (or 0x0F3369) is known color: Prussian Blue. HEX triplet: 0F, 33 and 69. RGB value is (15,51,105). Sum of RGB (Red+Green+Blue) = 15+51+105=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F3369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3369 is #F0CC96. Grayscale: #2E2E2E. Windows color (decimal): -15781015 or 6894351. OLE color: 6894351.
HSL color Cylindrical-coordinate representation of color #0F3369: hue angle of 216º 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 #0F3369 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 51 | 105 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.59 |
| HSL | 216º | 0.75% | 0.24% | - |
| HSV(B) | 216º | 0.86% | 0.41% | - |
| XYZ | 3.93 | 3.49 | 13.83 | - |
| YUV | 46.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 105 | 0.86 | 0.51 | 0 | 0.59 | 216 | 0.75 | 0.24 |
| Hex | F | 33 | 69 | 56 | 33 | 0 | 3B | D8 | 4B | 18 |
| Octal | 17 | 63 | 151 | 126 | 63 | 0 | 73 | 330 | 113 | 30 |
| Binary | 1111 | 110011 | 1101001 | 1010110 | 110011 | 0 | 111011 | 11011000 | 1001011 | 11000 |
Color Harmonies of #0F3369
Complementary color
Monochromatic Colors of #0F3369
Black with #0F3369
Text Example
Text Example
White with #0F3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3369; }
p { color: rgb(15,51,105); }
H1.HeaderClassName
{
color: #0F3369;
}
.AnyTagClassName
{
color: #0F3369;
}
</style>
background-color css
<style>
a { background-color: #0F3369; }
a { background-color: rgb(15,51,105); }
div.DivClassName
{
background-color: #0F3369;
}
.BgClassName
{
background-color: #0F3369;
}
</style>
border-color css
<style>
span { border-color: #0F3369; }
span { border-color: rgb(15,51,105); }
td.TdClassName
{
border-color: #0F3369;
}
.TagClassName
{
border-color: #0F3369;
}
</style>