Html Css Color HEX #111BC2 Medium Blue

📋 copy color: '#111BC2'

red 17 ◦ green 27 ◦ blue 194

#111BC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #111BC2

Tints of Medium Blue #111BC2

RGB

 RED value IS 17 (7.03% from 255) = 7.14%

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 194 (76.17% from 255) = 81.51%

R = 7.14%
G = 11.34%
B = 81.51%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#111BC2 (or 0x111BC2) is known color: Medium Blue. HEX triplet: 11, 1B and C2. RGB value is (17,27,194). Sum of RGB (Red+Green+Blue) = 17+27+194=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 194 (76.17% from 255 or 81.51% from 238); Max value from RGB is 194 - color contains mainly: blue. Hex color #111BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BC2 is #EEE43D. Grayscale: #2A2A2A. Windows color (decimal): -15655998 or 12720913. OLE color: 12720913.

HSL color Cylindrical-coordinate representation of color #111BC2: hue angle of 236.61º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111BC2 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 27 194 -
CMYK 0.91 0.86 0 0.24
HSL 236.61º 0.84% 0.41% -
HSV(B) 236.61º 0.91% 0.76% -
XYZ 10.36 4.8 51.42 -
YUV 43.05 213.19 109.42 -
System Red Green Blue C M Y K H S L
Decimal 17 27 194 0.91 0.86 0 0.24 236.61 0.84 0.41
Hex 11 1B C2 5B 56 0 18 ED 54 29
Octal 21 33 302 133 126 0 30 355 124 51
Binary 10001 11011 11000010 1011011 1010110 0 11000 11101101 1010100 101001

Color Harmonies of #111BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BC2

Black with #111BC2

Text Example


Text Example

White with #111BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111BC2; }

 p { color: rgb(17,27,194); }

 H1.HeaderClassName
 {
   color: #111BC2;
 }
 .AnyTagClassName
 {
   color: #111BC2;
 }
</style>

background-color css

<style>
 a { background-color: #111BC2; }

 a { background-color: rgb(17,27,194); }

 div.DivClassName
 {
   background-color: #111BC2;
 }
 .BgClassName
 {
   background-color: #111BC2;
 }
</style>

border-color css

<style>
 span { border-color: #111BC2; }

 span { border-color: rgb(17,27,194); }

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