#110EB5

Color #110EB5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #110EB5

Tints of Medium Blue #110EB5

Color information

#110EB5 (or 0x110EB5) is unknown color: approx Medium Blue. HEX triplet: 11, 0E and B5. RGB value is (17,14,181). Sum of RGB (Red+Green+Blue) = 17+14+181=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 181 (71.09% from 255 or 85.38% from 212); Max value from RGB is 181 - color contains mainly: blue. Hex color #110EB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110EB5 is #EEF14A. Grayscale: #212121. Windows color (decimal): -15659339 or 11865617. OLE color: 11865617.

HSL color Cylindrical-coordinate representation of color #110EB5: hue angle of 241.08º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EB5 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1714181-
CMYK0.910.9200.29
HSL241.08º85.64%38.24%-
HSV(B)241.08º92.27%70.98%-
XYZ8.733.7743.98-
YUV33.94210.99115.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 181 (71.09% from 255) = 85.38%
R=8.02%
G=6.60%
B=85.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17141810.910.9200.29241.0885.6438.24
Hex11EB55B5C01Df15626
Octal211626513313403536112646
Binary1000111101011010110110111011100011101111100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110EB5; }

 p { color: rgb(17,14,181); }

 H1.HeaderClassName
 {
   color: #110EB5;
 }
 .AnyTagClassName
 {
   color: #110EB5;
 }
</style>
background-color css

<style>
 a { background-color: #110EB5; }

 a { background-color: rgb(17,14,181); }

 div.DivClassName
 {
   background-color: #110EB5;
 }
 .BgClassName
 {
   background-color: #110EB5;
 }
</style>
border-color css

<style>
 span { border-color: #110EB5; }

 span { border-color: rgb(17,14,181); }

 td.TdClassName
 {
   border-color: #110EB5;
 }
 .TagClassName
 {
   border-color: #110EB5;
 }
</style>