Shades of Medium Blue #0F01C0
Tints of Medium Blue #0F01C0
RGB
CMYK
RGB Variations
Color information
#0F01C0 (or 0x0F01C0) is known color: Medium Blue. HEX triplet: 0F, 01 and C0. RGB value is (15,1,192). Sum of RGB (Red+Green+Blue) = 15+1+192=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 192 (75.39% from 255 or 92.31% from 208); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F01C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F01C0 is #F0FE3F. Grayscale: #1A1A1A. Windows color (decimal): -15793728 or 12583183. OLE color: 12583183.
HSL color Cylindrical-coordinate representation of color #0F01C0: hue angle of 244.4º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F01C0 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 1 | 192 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.25 |
| HSL | 244.4º | 0.99% | 0.38% | - |
| HSV(B) | 244.4º | 0.99% | 0.75% | - |
| XYZ | 9.72 | 3.93 | 50.12 | - |
| YUV | 26.96 | 221.14 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 192 | 0.92 | 0.99 | 0 | 0.25 | 244.4 | 0.99 | 0.38 |
| Hex | F | 1 | C0 | 5C | 63 | 0 | 19 | F4 | 63 | 26 |
| Octal | 17 | 1 | 300 | 134 | 143 | 0 | 31 | 364 | 143 | 46 |
| Binary | 1111 | 1 | 11000000 | 1011100 | 1100011 | 0 | 11001 | 11110100 | 1100011 | 100110 |
Color Harmonies of #0F01C0
Complementary color
Monochromatic Colors of #0F01C0
Black with #0F01C0
Text Example
Text Example
White with #0F01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F01C0; }
p { color: rgb(15,1,192); }
H1.HeaderClassName
{
color: #0F01C0;
}
.AnyTagClassName
{
color: #0F01C0;
}
</style>
background-color css
<style>
a { background-color: #0F01C0; }
a { background-color: rgb(15,1,192); }
div.DivClassName
{
background-color: #0F01C0;
}
.BgClassName
{
background-color: #0F01C0;
}
</style>
border-color css
<style>
span { border-color: #0F01C0; }
span { border-color: rgb(15,1,192); }
td.TdClassName
{
border-color: #0F01C0;
}
.TagClassName
{
border-color: #0F01C0;
}
</style>