Html Css Color HEX #111AC6 Medium Blue

📋 copy color: '#111AC6'

red 17 ◦ green 26 ◦ blue 198

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

Shades of Medium Blue #111AC6

Tints of Medium Blue #111AC6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 198 (77.73% from 255) = 82.16%

R = 7.05%
G = 10.79%
B = 82.16%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#111AC6 (or 0x111AC6) is known color: Medium Blue. HEX triplet: 11, 1A and C6. RGB value is (17,26,198). Sum of RGB (Red+Green+Blue) = 17+26+198=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 198 (77.73% from 255 or 82.16% from 241); Max value from RGB is 198 - color contains mainly: blue. Hex color #111AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AC6 is #EEE539. Grayscale: #2A2A2A. Windows color (decimal): -15656250 or 12982801. OLE color: 12982801.

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

Color convert

RGB 17 26 198 -
CMYK 0.91 0.87 0 0.22
HSL 237.02º 0.84% 0.42% -
HSV(B) 237.02º 0.91% 0.78% -
XYZ 10.79 4.94 53.81 -
YUV 42.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 17 26 198 0.91 0.87 0 0.22 237.02 0.84 0.42
Hex 11 1A C6 5B 57 0 16 ED 54 2A
Octal 21 32 306 133 127 0 26 355 124 52
Binary 10001 11010 11000110 1011011 1010111 0 10110 11101101 1010100 101010

Color Harmonies of #111AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AC6

Black with #111AC6

Text Example


Text Example

White with #111AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,26,198); }

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

background-color css

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

 a { background-color: rgb(17,26,198); }

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

border-color css

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

 span { border-color: rgb(17,26,198); }

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