Shades of Medium Blue #1015CE
Tints of Medium Blue #1015CE
RGB
CMYK
RGB Variations
Color information
#1015CE (or 0x1015CE) is known color: Medium Blue. HEX triplet: 10, 15 and CE. RGB value is (16,21,206). Sum of RGB (Red+Green+Blue) = 16+21+206=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #1015CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015CE is #EFEA31. Grayscale: #272727. Windows color (decimal): -15723058 or 13505808. OLE color: 13505808.
HSL color Cylindrical-coordinate representation of color #1015CE: hue angle of 238.42º 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 #1015CE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 21 | 206 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.19 |
| HSL | 238.42º | 0.86% | 0.44% | - |
| HSV(B) | 238.42º | 0.92% | 0.81% | - |
| XYZ | 11.62 | 5.1 | 58.76 | - |
| YUV | 40.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 206 | 0.92 | 0.90 | 0 | 0.19 | 238.42 | 0.86 | 0.44 |
| Hex | 10 | 15 | CE | 5C | 5A | 0 | 13 | EE | 56 | 2C |
| Octal | 20 | 25 | 316 | 134 | 132 | 0 | 23 | 356 | 126 | 54 |
| Binary | 10000 | 10101 | 11001110 | 1011100 | 1011010 | 0 | 10011 | 11101110 | 1010110 | 101100 |
Color Harmonies of #1015CE
Complementary color
Monochromatic Colors of #1015CE
Black with #1015CE
Text Example
Text Example
White with #1015CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1015CE; }
p { color: rgb(16,21,206); }
H1.HeaderClassName
{
color: #1015CE;
}
.AnyTagClassName
{
color: #1015CE;
}
</style>
background-color css
<style>
a { background-color: #1015CE; }
a { background-color: rgb(16,21,206); }
div.DivClassName
{
background-color: #1015CE;
}
.BgClassName
{
background-color: #1015CE;
}
</style>
border-color css
<style>
span { border-color: #1015CE; }
span { border-color: rgb(16,21,206); }
td.TdClassName
{
border-color: #1015CE;
}
.TagClassName
{
border-color: #1015CE;
}
</style>