Shades of Medium Blue #0F10BD
Tints of Medium Blue #0F10BD
RGB
CMYK
RGB Variations
Color information
#0F10BD (or 0x0F10BD) is known color: Medium Blue. HEX triplet: 0F, 10 and BD. RGB value is (15,16,189). Sum of RGB (Red+Green+Blue) = 15+16+189=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F10BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10BD is #F0EF42. Grayscale: #222222. Windows color (decimal): -15789891 or 12390415. OLE color: 12390415.
HSL color Cylindrical-coordinate representation of color #0F10BD: hue angle of 239.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F10BD is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 16 | 189 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.26 |
| HSL | 239.66º | 0.85% | 0.4% | - |
| HSV(B) | 239.66º | 0.92% | 0.74% | - |
| XYZ | 9.57 | 4.15 | 48.44 | - |
| YUV | 35.42 | 214.67 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 189 | 0.92 | 0.92 | 0 | 0.26 | 239.66 | 0.85 | 0.4 |
| Hex | F | 10 | BD | 5C | 5C | 0 | 1A | F0 | 55 | 28 |
| Octal | 17 | 20 | 275 | 134 | 134 | 0 | 32 | 360 | 125 | 50 |
| Binary | 1111 | 10000 | 10111101 | 1011100 | 1011100 | 0 | 11010 | 11110000 | 1010101 | 101000 |
Color Harmonies of #0F10BD
Complementary color
Monochromatic Colors of #0F10BD
Black with #0F10BD
Text Example
Text Example
White with #0F10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F10BD; }
p { color: rgb(15,16,189); }
H1.HeaderClassName
{
color: #0F10BD;
}
.AnyTagClassName
{
color: #0F10BD;
}
</style>
background-color css
<style>
a { background-color: #0F10BD; }
a { background-color: rgb(15,16,189); }
div.DivClassName
{
background-color: #0F10BD;
}
.BgClassName
{
background-color: #0F10BD;
}
</style>
border-color css
<style>
span { border-color: #0F10BD; }
span { border-color: rgb(15,16,189); }
td.TdClassName
{
border-color: #0F10BD;
}
.TagClassName
{
border-color: #0F10BD;
}
</style>