Shades of Medium Blue #160FCB
Tints of Medium Blue #160FCB
RGB
CMYK
RGB Variations
Color information
#160FCB (or 0x160FCB) is known color: Medium Blue. HEX triplet: 16, 0F and CB. RGB value is (22,15,203). Sum of RGB (Red+Green+Blue) = 22+15+203=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 203 (79.69% from 255 or 84.58% from 240); Max value from RGB is 203 - color contains mainly: blue. Hex color #160FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160FCB is #E9F034. Grayscale: #252525. Windows color (decimal): -15331381 or 13307670. OLE color: 13307670.
HSL color Cylindrical-coordinate representation of color #160FCB: hue angle of 242.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160FCB is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 15 | 203 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.20 |
| HSL | 242.23º | 0.86% | 0.43% | - |
| HSV(B) | 242.23º | 0.93% | 0.8% | - |
| XYZ | 11.28 | 4.82 | 56.84 | - |
| YUV | 38.53 | 220.82 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 203 | 0.89 | 0.93 | 0 | 0.20 | 242.23 | 0.86 | 0.43 |
| Hex | 16 | F | CB | 59 | 5D | 0 | 14 | F2 | 56 | 2B |
| Octal | 26 | 17 | 313 | 131 | 135 | 0 | 24 | 362 | 126 | 53 |
| Binary | 10110 | 1111 | 11001011 | 1011001 | 1011101 | 0 | 10100 | 11110010 | 1010110 | 101011 |
Color Harmonies of #160FCB
Complementary color
Monochromatic Colors of #160FCB
Black with #160FCB
Text Example
Text Example
White with #160FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160FCB; }
p { color: rgb(22,15,203); }
H1.HeaderClassName
{
color: #160FCB;
}
.AnyTagClassName
{
color: #160FCB;
}
</style>
background-color css
<style>
a { background-color: #160FCB; }
a { background-color: rgb(22,15,203); }
div.DivClassName
{
background-color: #160FCB;
}
.BgClassName
{
background-color: #160FCB;
}
</style>
border-color css
<style>
span { border-color: #160FCB; }
span { border-color: rgb(22,15,203); }
td.TdClassName
{
border-color: #160FCB;
}
.TagClassName
{
border-color: #160FCB;
}
</style>