Html Css Color HEX #111BC3 Medium Blue

📋 copy color: '#111BC3'

red 17 ◦ green 27 ◦ blue 195

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

Shades of Medium Blue #111BC3

Tints of Medium Blue #111BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 81.59%

R = 7.11%
G = 11.3%
B = 81.59%

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

#111BC3 (or 0x111BC3) is known color: Medium Blue. HEX triplet: 11, 1B and C3. RGB value is (17,27,195). Sum of RGB (Red+Green+Blue) = 17+27+195=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 195 (76.56% from 255 or 81.59% from 239); Max value from RGB is 195 - color contains mainly: blue. Hex color #111BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BC3 is #EEE43C. Grayscale: #2A2A2A. Windows color (decimal): -15655997 or 12786449. OLE color: 12786449.

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

Color convert

RGB 17 27 195 -
CMYK 0.91 0.86 0 0.24
HSL 236.63º 0.84% 0.42% -
HSV(B) 236.63º 0.91% 0.76% -
XYZ 10.47 4.84 52.01 -
YUV 43.16 213.69 109.34 -
System Red Green Blue C M Y K H S L
Decimal 17 27 195 0.91 0.86 0 0.24 236.63 0.84 0.42
Hex 11 1B C3 5B 56 0 18 ED 54 2A
Octal 21 33 303 133 126 0 30 355 124 52
Binary 10001 11011 11000011 1011011 1010110 0 11000 11101101 1010100 101010

Color Harmonies of #111BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BC3

Black with #111BC3

Text Example


Text Example

White with #111BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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