Shades of Medium Blue #1618CE
Tints of Medium Blue #1618CE
RGB
CMYK
RGB Variations
Color information
#1618CE (or 0x1618CE) is known color: Medium Blue. HEX triplet: 16, 18 and CE. RGB value is (22,24,206). Sum of RGB (Red+Green+Blue) = 22+24+206=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #1618CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1618CE is #E9E731. Grayscale: #2B2B2B. Windows color (decimal): -15329074 or 13506582. OLE color: 13506582.
HSL color Cylindrical-coordinate representation of color #1618CE: hue angle of 239.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1618CE is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 24 | 206 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.19 |
| HSL | 239.35º | 0.81% | 0.45% | - |
| HSV(B) | 239.35º | 0.89% | 0.81% | - |
| XYZ | 11.8 | 5.28 | 58.79 | - |
| YUV | 44.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 206 | 0.89 | 0.88 | 0 | 0.19 | 239.35 | 0.81 | 0.45 |
| Hex | 16 | 18 | CE | 59 | 58 | 0 | 13 | EF | 51 | 2D |
| Octal | 26 | 30 | 316 | 131 | 130 | 0 | 23 | 357 | 121 | 55 |
| Binary | 10110 | 11000 | 11001110 | 1011001 | 1011000 | 0 | 10011 | 11101111 | 1010001 | 101101 |
Color Harmonies of #1618CE
Complementary color
Monochromatic Colors of #1618CE
Black with #1618CE
Text Example
Text Example
White with #1618CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1618CE; }
p { color: rgb(22,24,206); }
H1.HeaderClassName
{
color: #1618CE;
}
.AnyTagClassName
{
color: #1618CE;
}
</style>
background-color css
<style>
a { background-color: #1618CE; }
a { background-color: rgb(22,24,206); }
div.DivClassName
{
background-color: #1618CE;
}
.BgClassName
{
background-color: #1618CE;
}
</style>
border-color css
<style>
span { border-color: #1618CE; }
span { border-color: rgb(22,24,206); }
td.TdClassName
{
border-color: #1618CE;
}
.TagClassName
{
border-color: #1618CE;
}
</style>