Shades of Medium Blue #1010BE
Tints of Medium Blue #1010BE
RGB
CMYK
RGB Variations
Color information
#1010BE (or 0x1010BE) is known color: Medium Blue. HEX triplet: 10, 10 and BE. RGB value is (16,16,190). Sum of RGB (Red+Green+Blue) = 16+16+190=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #1010BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1010BE is #EFEF41. Grayscale: #232323. Windows color (decimal): -15724354 or 12455952. OLE color: 12455952.
HSL color Cylindrical-coordinate representation of color #1010BE: hue angle of 240º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1010BE is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 16 | 190 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.25 |
| HSL | 240º | 0.84% | 0.4% | - |
| HSV(B) | 240º | 0.92% | 0.75% | - |
| XYZ | 9.69 | 4.2 | 49.01 | - |
| YUV | 35.84 | 215 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 190 | 0.92 | 0.92 | 0 | 0.25 | 240 | 0.84 | 0.4 |
| Hex | 10 | 10 | BE | 5C | 5C | 0 | 19 | F0 | 54 | 28 |
| Octal | 20 | 20 | 276 | 134 | 134 | 0 | 31 | 360 | 124 | 50 |
| Binary | 10000 | 10000 | 10111110 | 1011100 | 1011100 | 0 | 11001 | 11110000 | 1010100 | 101000 |
Color Harmonies of #1010BE
Complementary color
Monochromatic Colors of #1010BE
Black with #1010BE
Text Example
Text Example
White with #1010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010BE; }
p { color: rgb(16,16,190); }
H1.HeaderClassName
{
color: #1010BE;
}
.AnyTagClassName
{
color: #1010BE;
}
</style>
background-color css
<style>
a { background-color: #1010BE; }
a { background-color: rgb(16,16,190); }
div.DivClassName
{
background-color: #1010BE;
}
.BgClassName
{
background-color: #1010BE;
}
</style>
border-color css
<style>
span { border-color: #1010BE; }
span { border-color: rgb(16,16,190); }
td.TdClassName
{
border-color: #1010BE;
}
.TagClassName
{
border-color: #1010BE;
}
</style>