Shades of Medium Blue #010FB6
Tints of Medium Blue #010FB6
RGB
CMYK
RGB Variations
Color information
#010FB6 (or 0x010FB6) is known color: Medium Blue. HEX triplet: 01, 0F and B6. RGB value is (1,15,182). Sum of RGB (Red+Green+Blue) = 1+15+182=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 182 (71.48% from 255 or 91.92% from 198); Max value from RGB is 182 - color contains mainly: blue. Hex color #010FB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FB6 is #FEF049. Grayscale: #1D1D1D. Windows color (decimal): -16707658 or 11931393. OLE color: 11931393.
HSL color Cylindrical-coordinate representation of color #010FB6: hue angle of 235.36º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FB6 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 15 | 182 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.29 |
| HSL | 235.36º | 0.99% | 0.36% | - |
| HSV(B) | 235.36º | 0.99% | 0.71% | - |
| XYZ | 8.63 | 3.73 | 44.52 | - |
| YUV | 29.85 | 213.86 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 182 | 0.99 | 0.92 | 0 | 0.29 | 235.36 | 0.99 | 0.36 |
| Hex | 1 | F | B6 | 63 | 5C | 0 | 1D | EB | 63 | 24 |
| Octal | 1 | 17 | 266 | 143 | 134 | 0 | 35 | 353 | 143 | 44 |
| Binary | 1 | 1111 | 10110110 | 1100011 | 1011100 | 0 | 11101 | 11101011 | 1100011 | 100100 |
Color Harmonies of #010FB6
Complementary color
Monochromatic Colors of #010FB6
Black with #010FB6
Text Example
Text Example
White with #010FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FB6; }
p { color: rgb(1,15,182); }
H1.HeaderClassName
{
color: #010FB6;
}
.AnyTagClassName
{
color: #010FB6;
}
</style>
background-color css
<style>
a { background-color: #010FB6; }
a { background-color: rgb(1,15,182); }
div.DivClassName
{
background-color: #010FB6;
}
.BgClassName
{
background-color: #010FB6;
}
</style>
border-color css
<style>
span { border-color: #010FB6; }
span { border-color: rgb(1,15,182); }
td.TdClassName
{
border-color: #010FB6;
}
.TagClassName
{
border-color: #010FB6;
}
</style>