Shades of Medium Blue #160FCE
Tints of Medium Blue #160FCE
RGB
CMYK
RGB Variations
Color information
#160FCE (or 0x160FCE) is known color: Medium Blue. HEX triplet: 16, 0F and CE. RGB value is (22,15,206). Sum of RGB (Red+Green+Blue) = 22+15+206=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 15 (6.25% from 255 or 6.17% 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 #160FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160FCE is #E9F031. Grayscale: #262626. Windows color (decimal): -15331378 or 13504278. OLE color: 13504278.
HSL color Cylindrical-coordinate representation of color #160FCE: hue angle of 242.2º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160FCE is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 15 | 206 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.19 |
| HSL | 242.2º | 0.86% | 0.43% | - |
| HSV(B) | 242.2º | 0.93% | 0.81% | - |
| XYZ | 11.64 | 4.97 | 58.74 | - |
| YUV | 38.87 | 222.32 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 206 | 0.89 | 0.93 | 0 | 0.19 | 242.2 | 0.86 | 0.43 |
| Hex | 16 | F | CE | 59 | 5D | 0 | 13 | F2 | 56 | 2B |
| Octal | 26 | 17 | 316 | 131 | 135 | 0 | 23 | 362 | 126 | 53 |
| Binary | 10110 | 1111 | 11001110 | 1011001 | 1011101 | 0 | 10011 | 11110010 | 1010110 | 101011 |
Color Harmonies of #160FCE
Complementary color
Monochromatic Colors of #160FCE
Black with #160FCE
Text Example
Text Example
White with #160FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160FCE; }
p { color: rgb(22,15,206); }
H1.HeaderClassName
{
color: #160FCE;
}
.AnyTagClassName
{
color: #160FCE;
}
</style>
background-color css
<style>
a { background-color: #160FCE; }
a { background-color: rgb(22,15,206); }
div.DivClassName
{
background-color: #160FCE;
}
.BgClassName
{
background-color: #160FCE;
}
</style>
border-color css
<style>
span { border-color: #160FCE; }
span { border-color: rgb(22,15,206); }
td.TdClassName
{
border-color: #160FCE;
}
.TagClassName
{
border-color: #160FCE;
}
</style>