Shades of Medium Blue #0F15CB
Tints of Medium Blue #0F15CB
RGB
CMYK
RGB Variations
Color information
#0F15CB (or 0x0F15CB) is known color: Medium Blue. HEX triplet: 0F, 15 and CB. RGB value is (15,21,203). Sum of RGB (Red+Green+Blue) = 15+21+203=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F15CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15CB is #F0EA34. Grayscale: #272727. Windows color (decimal): -15788597 or 13309199. OLE color: 13309199.
HSL color Cylindrical-coordinate representation of color #0F15CB: hue angle of 238.09º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F15CB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 21 | 203 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.20 |
| HSL | 238.09º | 0.86% | 0.43% | - |
| HSV(B) | 238.09º | 0.93% | 0.8% | - |
| XYZ | 11.24 | 4.95 | 56.86 | - |
| YUV | 39.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 203 | 0.93 | 0.90 | 0 | 0.20 | 238.09 | 0.86 | 0.43 |
| Hex | F | 15 | CB | 5D | 5A | 0 | 14 | EE | 56 | 2B |
| Octal | 17 | 25 | 313 | 135 | 132 | 0 | 24 | 356 | 126 | 53 |
| Binary | 1111 | 10101 | 11001011 | 1011101 | 1011010 | 0 | 10100 | 11101110 | 1010110 | 101011 |
Color Harmonies of #0F15CB
Complementary color
Monochromatic Colors of #0F15CB
Black with #0F15CB
Text Example
Text Example
White with #0F15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F15CB; }
p { color: rgb(15,21,203); }
H1.HeaderClassName
{
color: #0F15CB;
}
.AnyTagClassName
{
color: #0F15CB;
}
</style>
background-color css
<style>
a { background-color: #0F15CB; }
a { background-color: rgb(15,21,203); }
div.DivClassName
{
background-color: #0F15CB;
}
.BgClassName
{
background-color: #0F15CB;
}
</style>
border-color css
<style>
span { border-color: #0F15CB; }
span { border-color: rgb(15,21,203); }
td.TdClassName
{
border-color: #0F15CB;
}
.TagClassName
{
border-color: #0F15CB;
}
</style>