Shades of Medium Blue #0F06B6
Tints of Medium Blue #0F06B6
RGB
CMYK
RGB Variations
Color information
#0F06B6 (or 0x0F06B6) is known color: Medium Blue. HEX triplet: 0F, 06 and B6. RGB value is (15,6,182). Sum of RGB (Red+Green+Blue) = 15+6+182=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 182 (71.48% from 255 or 89.66% from 203); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F06B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F06B6 is #F0F949. Grayscale: #1C1C1C. Windows color (decimal): -15792458 or 11929103. OLE color: 11929103.
HSL color Cylindrical-coordinate representation of color #0F06B6: hue angle of 243.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F06B6 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 6 | 182 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.29 |
| HSL | 243.07º | 0.94% | 0.37% | - |
| HSV(B) | 243.07º | 0.97% | 0.71% | - |
| XYZ | 8.71 | 3.61 | 44.49 | - |
| YUV | 28.76 | 214.48 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 182 | 0.92 | 0.97 | 0 | 0.29 | 243.07 | 0.94 | 0.37 |
| Hex | F | 6 | B6 | 5C | 61 | 0 | 1D | F3 | 5E | 25 |
| Octal | 17 | 6 | 266 | 134 | 141 | 0 | 35 | 363 | 136 | 45 |
| Binary | 1111 | 110 | 10110110 | 1011100 | 1100001 | 0 | 11101 | 11110011 | 1011110 | 100101 |
Color Harmonies of #0F06B6
Complementary color
Monochromatic Colors of #0F06B6
Black with #0F06B6
Text Example
Text Example
White with #0F06B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F06B6; }
p { color: rgb(15,6,182); }
H1.HeaderClassName
{
color: #0F06B6;
}
.AnyTagClassName
{
color: #0F06B6;
}
</style>
background-color css
<style>
a { background-color: #0F06B6; }
a { background-color: rgb(15,6,182); }
div.DivClassName
{
background-color: #0F06B6;
}
.BgClassName
{
background-color: #0F06B6;
}
</style>
border-color css
<style>
span { border-color: #0F06B6; }
span { border-color: rgb(15,6,182); }
td.TdClassName
{
border-color: #0F06B6;
}
.TagClassName
{
border-color: #0F06B6;
}
</style>