Shades of Prussian Blue #0F315C
Tints of Prussian Blue #0F315C
RGB
CMYK
RGB Variations
Color information
#0F315C (or 0x0F315C) is known color: Prussian Blue. HEX triplet: 0F, 31 and 5C. RGB value is (15,49,92). Sum of RGB (Red+Green+Blue) = 15+49+92=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F315C is #F0CEA3. Grayscale: #2B2B2B. Windows color (decimal): -15781540 or 6041871. OLE color: 6041871.
HSL color Cylindrical-coordinate representation of color #0F315C: hue angle of 213.51º 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 #0F315C is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 49 | 92 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.64 |
| HSL | 213.51º | 0.72% | 0.21% | - |
| HSV(B) | 213.51º | 0.84% | 0.36% | - |
| XYZ | 3.23 | 3.07 | 10.55 | - |
| YUV | 43.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 92 | 0.84 | 0.47 | 0 | 0.64 | 213.51 | 0.72 | 0.21 |
| Hex | F | 31 | 5C | 54 | 2F | 0 | 40 | D6 | 48 | 15 |
| Octal | 17 | 61 | 134 | 124 | 57 | 0 | 100 | 326 | 110 | 25 |
| Binary | 1111 | 110001 | 1011100 | 1010100 | 101111 | 0 | 1000000 | 11010110 | 1001000 | 10101 |
Color Harmonies of #0F315C
Complementary color
Monochromatic Colors of #0F315C
Black with #0F315C
Text Example
Text Example
White with #0F315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F315C; }
p { color: rgb(15,49,92); }
H1.HeaderClassName
{
color: #0F315C;
}
.AnyTagClassName
{
color: #0F315C;
}
</style>
background-color css
<style>
a { background-color: #0F315C; }
a { background-color: rgb(15,49,92); }
div.DivClassName
{
background-color: #0F315C;
}
.BgClassName
{
background-color: #0F315C;
}
</style>
border-color css
<style>
span { border-color: #0F315C; }
span { border-color: rgb(15,49,92); }
td.TdClassName
{
border-color: #0F315C;
}
.TagClassName
{
border-color: #0F315C;
}
</style>