Shades of Blue #101BE9
Tints of Blue #101BE9
RGB
CMYK
RGB Variations
Color information
#101BE9 (or 0x101BE9) is known color: Blue. HEX triplet: 10, 1B and E9. RGB value is (16,27,233). Sum of RGB (Red+Green+Blue) = 16+27+233=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 233 (91.41% from 255 or 84.42% from 276); Max value from RGB is 233 - color contains mainly: blue. Hex color #101BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #101BE9 is #EFE416. Grayscale: #2E2E2E. Windows color (decimal): -15721495 or 15276816. OLE color: 15276816.
HSL color Cylindrical-coordinate representation of color #101BE9: hue angle of 236.96º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101BE9 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 27 | 233 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.09 |
| HSL | 236.96º | 0.87% | 0.49% | - |
| HSV(B) | 236.96º | 0.93% | 0.91% | - |
| XYZ | 15.31 | 6.78 | 77.59 | - |
| YUV | 47.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 233 | 0.93 | 0.88 | 0 | 0.09 | 236.96 | 0.87 | 0.49 |
| Hex | 10 | 1B | E9 | 5D | 58 | 0 | 9 | ED | 57 | 31 |
| Octal | 20 | 33 | 351 | 135 | 130 | 0 | 11 | 355 | 127 | 61 |
| Binary | 10000 | 11011 | 11101001 | 1011101 | 1011000 | 0 | 1001 | 11101101 | 1010111 | 110001 |
Color Harmonies of #101BE9
Complementary color
Monochromatic Colors of #101BE9
Black with #101BE9
Text Example
Text Example
White with #101BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BE9; }
p { color: rgb(16,27,233); }
H1.HeaderClassName
{
color: #101BE9;
}
.AnyTagClassName
{
color: #101BE9;
}
</style>
background-color css
<style>
a { background-color: #101BE9; }
a { background-color: rgb(16,27,233); }
div.DivClassName
{
background-color: #101BE9;
}
.BgClassName
{
background-color: #101BE9;
}
</style>
border-color css
<style>
span { border-color: #101BE9; }
span { border-color: rgb(16,27,233); }
td.TdClassName
{
border-color: #101BE9;
}
.TagClassName
{
border-color: #101BE9;
}
</style>