#110cbf

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

Shades of Medium Blue #110CBF

Tints of Medium Blue #110CBF

Color information

#110CBF (or 0x110CBF) is unknown color: approx Medium Blue. HEX triplet: 11, 0C and BF. RGB value is (17,12,191). Sum of RGB (Red+Green+Blue) = 17+12+191=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #110CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CBF is #EEF340. Grayscale: #212121. Windows color (decimal): -15659841 or 12520465. OLE color: 12520465.

HSL color Cylindrical-coordinate representation of color #110CBF: hue angle of 241.68º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CBF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1712191-
CMYK0.910.9400.25
HSL241.68º88.18%39.8%-
HSV(B)241.68º93.72%74.9%-
XYZ9.774.1449.58-
YUV33.9216.66115.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 191 (75% from 255) = 86.82%
R=7.73%
G=5.45%
B=86.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17121910.910.9400.25241.6888.1839.8
Hex11CBF5B5E019f25828
Octal211427713313603136213050
Binary1000111001011111110110111011110011001111100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,12,191); }

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

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

 a { background-color: rgb(17,12,191); }

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

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

 span { border-color: rgb(17,12,191); }

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