Shades of Prussian Blue #0F3570
Tints of Prussian Blue #0F3570
RGB
CMYK
RGB Variations
Color information
#0F3570 (or 0x0F3570) is known color: Prussian Blue. HEX triplet: 0F, 35 and 70. RGB value is (15,53,112). Sum of RGB (Red+Green+Blue) = 15+53+112=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F3570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3570 is #F0CA8F. Grayscale: #303030. Windows color (decimal): -15780496 or 7353615. OLE color: 7353615.
HSL color Cylindrical-coordinate representation of color #0F3570: hue angle of 216.49º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3570 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 53 | 112 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.56 |
| HSL | 216.49º | 0.76% | 0.25% | - |
| HSV(B) | 216.49º | 0.87% | 0.44% | - |
| XYZ | 4.39 | 3.82 | 15.83 | - |
| YUV | 48.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 112 | 0.87 | 0.53 | 0 | 0.56 | 216.49 | 0.76 | 0.25 |
| Hex | F | 35 | 70 | 57 | 35 | 0 | 38 | D8 | 4C | 19 |
| Octal | 17 | 65 | 160 | 127 | 65 | 0 | 70 | 330 | 114 | 31 |
| Binary | 1111 | 110101 | 1110000 | 1010111 | 110101 | 0 | 111000 | 11011000 | 1001100 | 11001 |
Color Harmonies of #0F3570
Complementary color
Monochromatic Colors of #0F3570
Black with #0F3570
Text Example
Text Example
White with #0F3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3570; }
p { color: rgb(15,53,112); }
H1.HeaderClassName
{
color: #0F3570;
}
.AnyTagClassName
{
color: #0F3570;
}
</style>
background-color css
<style>
a { background-color: #0F3570; }
a { background-color: rgb(15,53,112); }
div.DivClassName
{
background-color: #0F3570;
}
.BgClassName
{
background-color: #0F3570;
}
</style>
border-color css
<style>
span { border-color: #0F3570; }
span { border-color: rgb(15,53,112); }
td.TdClassName
{
border-color: #0F3570;
}
.TagClassName
{
border-color: #0F3570;
}
</style>