Shades of Medium Blue #1615CE
Tints of Medium Blue #1615CE
RGB
CMYK
RGB Variations
Color information
#1615CE (or 0x1615CE) is known color: Medium Blue. HEX triplet: 16, 15 and CE. RGB value is (22,21,206). Sum of RGB (Red+Green+Blue) = 22+21+206=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #1615CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1615CE is #E9EA31. Grayscale: #292929. Windows color (decimal): -15329842 or 13505814. OLE color: 13505814.
HSL color Cylindrical-coordinate representation of color #1615CE: hue angle of 240.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1615CE is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 21 | 206 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.19 |
| HSL | 240.32º | 0.81% | 0.45% | - |
| HSV(B) | 240.32º | 0.9% | 0.81% | - |
| XYZ | 11.74 | 5.16 | 58.77 | - |
| YUV | 42.39 | 220.33 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 206 | 0.89 | 0.90 | 0 | 0.19 | 240.32 | 0.81 | 0.45 |
| Hex | 16 | 15 | CE | 59 | 5A | 0 | 13 | F0 | 51 | 2D |
| Octal | 26 | 25 | 316 | 131 | 132 | 0 | 23 | 360 | 121 | 55 |
| Binary | 10110 | 10101 | 11001110 | 1011001 | 1011010 | 0 | 10011 | 11110000 | 1010001 | 101101 |
Color Harmonies of #1615CE
Complementary color
Monochromatic Colors of #1615CE
Black with #1615CE
Text Example
Text Example
White with #1615CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1615CE; }
p { color: rgb(22,21,206); }
H1.HeaderClassName
{
color: #1615CE;
}
.AnyTagClassName
{
color: #1615CE;
}
</style>
background-color css
<style>
a { background-color: #1615CE; }
a { background-color: rgb(22,21,206); }
div.DivClassName
{
background-color: #1615CE;
}
.BgClassName
{
background-color: #1615CE;
}
</style>
border-color css
<style>
span { border-color: #1615CE; }
span { border-color: rgb(22,21,206); }
td.TdClassName
{
border-color: #1615CE;
}
.TagClassName
{
border-color: #1615CE;
}
</style>