Shades of Medium Blue #0F1ADD
Tints of Medium Blue #0F1ADD
RGB
CMYK
RGB Variations
Color information
#0F1ADD (or 0x0F1ADD) is known color: Medium Blue. HEX triplet: 0F, 1A and DD. RGB value is (15,26,221). Sum of RGB (Red+Green+Blue) = 15+26+221=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F1ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1ADD is #F0E522. Grayscale: #2C2C2C. Windows color (decimal): -15787299 or 14490127. OLE color: 14490127.
HSL color Cylindrical-coordinate representation of color #0F1ADD: hue angle of 236.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1ADD is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 26 | 221 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.13 |
| HSL | 236.8º | 0.87% | 0.46% | - |
| HSV(B) | 236.8º | 0.93% | 0.87% | - |
| XYZ | 13.62 | 6.06 | 68.86 | - |
| YUV | 44.94 | 227.36 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 221 | 0.93 | 0.88 | 0 | 0.13 | 236.8 | 0.87 | 0.46 |
| Hex | F | 1A | DD | 5D | 58 | 0 | D | ED | 57 | 2E |
| Octal | 17 | 32 | 335 | 135 | 130 | 0 | 15 | 355 | 127 | 56 |
| Binary | 1111 | 11010 | 11011101 | 1011101 | 1011000 | 0 | 1101 | 11101101 | 1010111 | 101110 |
Color Harmonies of #0F1ADD
Complementary color
Monochromatic Colors of #0F1ADD
Black with #0F1ADD
Text Example
Text Example
White with #0F1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1ADD; }
p { color: rgb(15,26,221); }
H1.HeaderClassName
{
color: #0F1ADD;
}
.AnyTagClassName
{
color: #0F1ADD;
}
</style>
background-color css
<style>
a { background-color: #0F1ADD; }
a { background-color: rgb(15,26,221); }
div.DivClassName
{
background-color: #0F1ADD;
}
.BgClassName
{
background-color: #0F1ADD;
}
</style>
border-color css
<style>
span { border-color: #0F1ADD; }
span { border-color: rgb(15,26,221); }
td.TdClassName
{
border-color: #0F1ADD;
}
.TagClassName
{
border-color: #0F1ADD;
}
</style>