Shades of Medium Blue #1010CF
Tints of Medium Blue #1010CF
RGB
CMYK
RGB Variations
Color information
#1010CF (or 0x1010CF) is known color: Medium Blue. HEX triplet: 10, 10 and CF. RGB value is (16,16,207). Sum of RGB (Red+Green+Blue) = 16+16+207=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #1010CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1010CF is #EFEF30. Grayscale: #252525. Windows color (decimal): -15724337 or 13570064. OLE color: 13570064.
HSL color Cylindrical-coordinate representation of color #1010CF: hue angle of 240º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1010CF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 16 | 207 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.19 |
| HSL | 240º | 0.86% | 0.44% | - |
| HSV(B) | 240º | 0.92% | 0.81% | - |
| XYZ | 11.66 | 4.99 | 59.38 | - |
| YUV | 37.77 | 223.5 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 207 | 0.92 | 0.92 | 0 | 0.19 | 240 | 0.86 | 0.44 |
| Hex | 10 | 10 | CF | 5C | 5C | 0 | 13 | F0 | 56 | 2C |
| Octal | 20 | 20 | 317 | 134 | 134 | 0 | 23 | 360 | 126 | 54 |
| Binary | 10000 | 10000 | 11001111 | 1011100 | 1011100 | 0 | 10011 | 11110000 | 1010110 | 101100 |
Color Harmonies of #1010CF
Complementary color
Monochromatic Colors of #1010CF
Black with #1010CF
Text Example
Text Example
White with #1010CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010CF; }
p { color: rgb(16,16,207); }
H1.HeaderClassName
{
color: #1010CF;
}
.AnyTagClassName
{
color: #1010CF;
}
</style>
background-color css
<style>
a { background-color: #1010CF; }
a { background-color: rgb(16,16,207); }
div.DivClassName
{
background-color: #1010CF;
}
.BgClassName
{
background-color: #1010CF;
}
</style>
border-color css
<style>
span { border-color: #1010CF; }
span { border-color: rgb(16,16,207); }
td.TdClassName
{
border-color: #1010CF;
}
.TagClassName
{
border-color: #1010CF;
}
</style>