Shades of Prussian Blue #0F366D
Tints of Prussian Blue #0F366D
RGB
CMYK
RGB Variations
Color information
#0F366D (or 0x0F366D) is known color: Prussian Blue. HEX triplet: 0F, 36 and 6D. RGB value is (15,54,109). Sum of RGB (Red+Green+Blue) = 15+54+109=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F366D is #F0C992. Grayscale: #303030. Windows color (decimal): -15780243 or 7157263. OLE color: 7157263.
HSL color Cylindrical-coordinate representation of color #0F366D: hue angle of 215.11º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F366D is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 54 | 109 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.57 |
| HSL | 215.11º | 0.76% | 0.24% | - |
| HSV(B) | 215.11º | 0.86% | 0.43% | - |
| XYZ | 4.28 | 3.84 | 14.98 | - |
| YUV | 48.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 109 | 0.86 | 0.50 | 0 | 0.57 | 215.11 | 0.76 | 0.24 |
| Hex | F | 36 | 6D | 56 | 32 | 0 | 39 | D7 | 4C | 18 |
| Octal | 17 | 66 | 155 | 126 | 62 | 0 | 71 | 327 | 114 | 30 |
| Binary | 1111 | 110110 | 1101101 | 1010110 | 110010 | 0 | 111001 | 11010111 | 1001100 | 11000 |
Color Harmonies of #0F366D
Complementary color
Monochromatic Colors of #0F366D
Black with #0F366D
Text Example
Text Example
White with #0F366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F366D; }
p { color: rgb(15,54,109); }
H1.HeaderClassName
{
color: #0F366D;
}
.AnyTagClassName
{
color: #0F366D;
}
</style>
background-color css
<style>
a { background-color: #0F366D; }
a { background-color: rgb(15,54,109); }
div.DivClassName
{
background-color: #0F366D;
}
.BgClassName
{
background-color: #0F366D;
}
</style>
border-color css
<style>
span { border-color: #0F366D; }
span { border-color: rgb(15,54,109); }
td.TdClassName
{
border-color: #0F366D;
}
.TagClassName
{
border-color: #0F366D;
}
</style>