Shades of Medium Blue #0F1FDB
Tints of Medium Blue #0F1FDB
RGB
CMYK
RGB Variations
Color information
#0F1FDB (or 0x0F1FDB) is known color: Medium Blue. HEX triplet: 0F, 1F and DB. RGB value is (15,31,219). Sum of RGB (Red+Green+Blue) = 15+31+219=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F1FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1FDB is #F0E024. Grayscale: #2E2E2E. Windows color (decimal): -15786021 or 14360335. OLE color: 14360335.
HSL color Cylindrical-coordinate representation of color #0F1FDB: hue angle of 235.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1FDB is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 31 | 219 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.14 |
| HSL | 235.29º | 0.87% | 0.46% | - |
| HSV(B) | 235.29º | 0.93% | 0.86% | - |
| XYZ | 13.47 | 6.2 | 67.5 | - |
| YUV | 47.65 | 224.7 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 219 | 0.93 | 0.86 | 0 | 0.14 | 235.29 | 0.87 | 0.46 |
| Hex | F | 1F | DB | 5D | 56 | 0 | E | EB | 57 | 2E |
| Octal | 17 | 37 | 333 | 135 | 126 | 0 | 16 | 353 | 127 | 56 |
| Binary | 1111 | 11111 | 11011011 | 1011101 | 1010110 | 0 | 1110 | 11101011 | 1010111 | 101110 |
Color Harmonies of #0F1FDB
Complementary color
Monochromatic Colors of #0F1FDB
Black with #0F1FDB
Text Example
Text Example
White with #0F1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1FDB; }
p { color: rgb(15,31,219); }
H1.HeaderClassName
{
color: #0F1FDB;
}
.AnyTagClassName
{
color: #0F1FDB;
}
</style>
background-color css
<style>
a { background-color: #0F1FDB; }
a { background-color: rgb(15,31,219); }
div.DivClassName
{
background-color: #0F1FDB;
}
.BgClassName
{
background-color: #0F1FDB;
}
</style>
border-color css
<style>
span { border-color: #0F1FDB; }
span { border-color: rgb(15,31,219); }
td.TdClassName
{
border-color: #0F1FDB;
}
.TagClassName
{
border-color: #0F1FDB;
}
</style>