Shades of Medium Blue #0116DF
Tints of Medium Blue #0116DF
RGB
CMYK
RGB Variations
Color information
#0116DF (or 0x0116DF) is known color: Medium Blue. HEX triplet: 01, 16 and DF. RGB value is (1,22,223). Sum of RGB (Red+Green+Blue) = 1+22+223=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #0116DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116DF is #FEE920. Grayscale: #252525. Windows color (decimal): -16705825 or 14620161. OLE color: 14620161.
HSL color Cylindrical-coordinate representation of color #0116DF: hue angle of 234.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0116DF is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 22 | 223 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.13 |
| HSL | 234.32º | 0.99% | 0.44% | - |
| HSV(B) | 234.32º | 1% | 0.87% | - |
| XYZ | 13.62 | 5.91 | 70.23 | - |
| YUV | 38.64 | 232.04 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 223 | 1.00 | 0.90 | 0 | 0.13 | 234.32 | 0.99 | 0.44 |
| Hex | 1 | 16 | DF | 64 | 5A | 0 | D | EA | 63 | 2C |
| Octal | 1 | 26 | 337 | 144 | 132 | 0 | 15 | 352 | 143 | 54 |
| Binary | 1 | 10110 | 11011111 | 1100100 | 1011010 | 0 | 1101 | 11101010 | 1100011 | 101100 |
Color Harmonies of #0116DF
Complementary color
Monochromatic Colors of #0116DF
Black with #0116DF
Text Example
Text Example
White with #0116DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116DF; }
p { color: rgb(1,22,223); }
H1.HeaderClassName
{
color: #0116DF;
}
.AnyTagClassName
{
color: #0116DF;
}
</style>
background-color css
<style>
a { background-color: #0116DF; }
a { background-color: rgb(1,22,223); }
div.DivClassName
{
background-color: #0116DF;
}
.BgClassName
{
background-color: #0116DF;
}
</style>
border-color css
<style>
span { border-color: #0116DF; }
span { border-color: rgb(1,22,223); }
td.TdClassName
{
border-color: #0116DF;
}
.TagClassName
{
border-color: #0116DF;
}
</style>