Shades of Medium Blue #101BCF
Tints of Medium Blue #101BCF
RGB
CMYK
RGB Variations
Color information
#101BCF (or 0x101BCF) is known color: Medium Blue. HEX triplet: 10, 1B and CF. RGB value is (16,27,207). Sum of RGB (Red+Green+Blue) = 16+27+207=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #101BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BCF is #EFE430. Grayscale: #2B2B2B. Windows color (decimal): -15721521 or 13572880. OLE color: 13572880.
HSL color Cylindrical-coordinate representation of color #101BCF: hue angle of 236.54º 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 #101BCF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 27 | 207 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.19 |
| HSL | 236.54º | 0.86% | 0.44% | - |
| HSV(B) | 236.54º | 0.92% | 0.81% | - |
| XYZ | 11.87 | 5.4 | 59.45 | - |
| YUV | 44.23 | 219.86 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 207 | 0.92 | 0.87 | 0 | 0.19 | 236.54 | 0.86 | 0.44 |
| Hex | 10 | 1B | CF | 5C | 57 | 0 | 13 | ED | 56 | 2C |
| Octal | 20 | 33 | 317 | 134 | 127 | 0 | 23 | 355 | 126 | 54 |
| Binary | 10000 | 11011 | 11001111 | 1011100 | 1010111 | 0 | 10011 | 11101101 | 1010110 | 101100 |
Color Harmonies of #101BCF
Complementary color
Monochromatic Colors of #101BCF
Black with #101BCF
Text Example
Text Example
White with #101BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BCF; }
p { color: rgb(16,27,207); }
H1.HeaderClassName
{
color: #101BCF;
}
.AnyTagClassName
{
color: #101BCF;
}
</style>
background-color css
<style>
a { background-color: #101BCF; }
a { background-color: rgb(16,27,207); }
div.DivClassName
{
background-color: #101BCF;
}
.BgClassName
{
background-color: #101BCF;
}
</style>
border-color css
<style>
span { border-color: #101BCF; }
span { border-color: rgb(16,27,207); }
td.TdClassName
{
border-color: #101BCF;
}
.TagClassName
{
border-color: #101BCF;
}
</style>