Shades of Medium Blue #0F06CC
Tints of Medium Blue #0F06CC
RGB
CMYK
RGB Variations
Color information
#0F06CC (or 0x0F06CC) is known color: Medium Blue. HEX triplet: 0F, 06 and CC. RGB value is (15,6,204). Sum of RGB (Red+Green+Blue) = 15+6+204=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F06CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F06CC is #F0F933. Grayscale: #1E1E1E. Windows color (decimal): -15792436 or 13370895. OLE color: 13370895.
HSL color Cylindrical-coordinate representation of color #0F06CC: hue angle of 242.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F06CC is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 6 | 204 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.2 |
| HSL | 242.73º | 0.94% | 0.41% | - |
| HSV(B) | 242.73º | 0.97% | 0.8% | - |
| XYZ | 11.16 | 4.59 | 57.42 | - |
| YUV | 31.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 204 | 0.93 | 0.97 | 0 | 0.2 | 242.73 | 0.94 | 0.41 |
| Hex | F | 6 | CC | 5D | 61 | 0 | 14 | F3 | 5E | 29 |
| Octal | 17 | 6 | 314 | 135 | 141 | 0 | 24 | 363 | 136 | 51 |
| Binary | 1111 | 110 | 11001100 | 1011101 | 1100001 | 0 | 10100 | 11110011 | 1011110 | 101001 |
Color Harmonies of #0F06CC
Complementary color
Monochromatic Colors of #0F06CC
Black with #0F06CC
Text Example
Text Example
White with #0F06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F06CC; }
p { color: rgb(15,6,204); }
H1.HeaderClassName
{
color: #0F06CC;
}
.AnyTagClassName
{
color: #0F06CC;
}
</style>
background-color css
<style>
a { background-color: #0F06CC; }
a { background-color: rgb(15,6,204); }
div.DivClassName
{
background-color: #0F06CC;
}
.BgClassName
{
background-color: #0F06CC;
}
</style>
border-color css
<style>
span { border-color: #0F06CC; }
span { border-color: rgb(15,6,204); }
td.TdClassName
{
border-color: #0F06CC;
}
.TagClassName
{
border-color: #0F06CC;
}
</style>