Shades of Medium Blue #101CCF
Tints of Medium Blue #101CCF
RGB
CMYK
RGB Variations
Color information
#101CCF (or 0x101CCF) is known color: Medium Blue. HEX triplet: 10, 1C and CF. RGB value is (16,28,207). Sum of RGB (Red+Green+Blue) = 16+28+207=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #101CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101CCF is #EFE330. Grayscale: #2C2C2C. Windows color (decimal): -15721265 or 13573136. OLE color: 13573136.
HSL color Cylindrical-coordinate representation of color #101CCF: hue angle of 236.23º 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 #101CCF is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 28 | 207 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.19 |
| HSL | 236.23º | 0.86% | 0.44% | - |
| HSV(B) | 236.23º | 0.92% | 0.81% | - |
| XYZ | 11.89 | 5.45 | 59.46 | - |
| YUV | 44.82 | 219.52 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 207 | 0.92 | 0.86 | 0 | 0.19 | 236.23 | 0.86 | 0.44 |
| Hex | 10 | 1C | CF | 5C | 56 | 0 | 13 | EC | 56 | 2C |
| Octal | 20 | 34 | 317 | 134 | 126 | 0 | 23 | 354 | 126 | 54 |
| Binary | 10000 | 11100 | 11001111 | 1011100 | 1010110 | 0 | 10011 | 11101100 | 1010110 | 101100 |
Color Harmonies of #101CCF
Complementary color
Monochromatic Colors of #101CCF
Black with #101CCF
Text Example
Text Example
White with #101CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CCF; }
p { color: rgb(16,28,207); }
H1.HeaderClassName
{
color: #101CCF;
}
.AnyTagClassName
{
color: #101CCF;
}
</style>
background-color css
<style>
a { background-color: #101CCF; }
a { background-color: rgb(16,28,207); }
div.DivClassName
{
background-color: #101CCF;
}
.BgClassName
{
background-color: #101CCF;
}
</style>
border-color css
<style>
span { border-color: #101CCF; }
span { border-color: rgb(16,28,207); }
td.TdClassName
{
border-color: #101CCF;
}
.TagClassName
{
border-color: #101CCF;
}
</style>