Shades of Prussian Blue #0F3360
Tints of Prussian Blue #0F3360
RGB
CMYK
RGB Variations
Color information
#0F3360 (or 0x0F3360) is known color: Prussian Blue. HEX triplet: 0F, 33 and 60. RGB value is (15,51,96). Sum of RGB (Red+Green+Blue) = 15+51+96=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3360 is #F0CC9F. Grayscale: #2D2D2D. Windows color (decimal): -15781024 or 6304527. OLE color: 6304527.
HSL color Cylindrical-coordinate representation of color #0F3360: hue angle of 213.33º 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 #0F3360 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 51 | 96 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.62 |
| HSL | 213.33º | 0.73% | 0.22% | - |
| HSV(B) | 213.33º | 0.84% | 0.38% | - |
| XYZ | 3.49 | 3.31 | 11.52 | - |
| YUV | 45.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 96 | 0.84 | 0.47 | 0 | 0.62 | 213.33 | 0.73 | 0.22 |
| Hex | F | 33 | 60 | 54 | 2F | 0 | 3E | D5 | 49 | 16 |
| Octal | 17 | 63 | 140 | 124 | 57 | 0 | 76 | 325 | 111 | 26 |
| Binary | 1111 | 110011 | 1100000 | 1010100 | 101111 | 0 | 111110 | 11010101 | 1001001 | 10110 |
Color Harmonies of #0F3360
Complementary color
Monochromatic Colors of #0F3360
Black with #0F3360
Text Example
Text Example
White with #0F3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3360; }
p { color: rgb(15,51,96); }
H1.HeaderClassName
{
color: #0F3360;
}
.AnyTagClassName
{
color: #0F3360;
}
</style>
background-color css
<style>
a { background-color: #0F3360; }
a { background-color: rgb(15,51,96); }
div.DivClassName
{
background-color: #0F3360;
}
.BgClassName
{
background-color: #0F3360;
}
</style>
border-color css
<style>
span { border-color: #0F3360; }
span { border-color: rgb(15,51,96); }
td.TdClassName
{
border-color: #0F3360;
}
.TagClassName
{
border-color: #0F3360;
}
</style>