Html Css Color HEX #1118C6 Medium Blue

📋 copy color: '#1118C6'

red 17 ◦ green 24 ◦ blue 198

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

Shades of Medium Blue #1118C6

Tints of Medium Blue #1118C6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 7.11%
G = 10.04%
B = 82.85%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1118C6 (or 0x1118C6) is known color: Medium Blue. HEX triplet: 11, 18 and C6. RGB value is (17,24,198). Sum of RGB (Red+Green+Blue) = 17+24+198=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 198 (77.73% from 255 or 82.85% from 239); Max value from RGB is 198 - color contains mainly: blue. Hex color #1118C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1118C6 is #EEE739. Grayscale: #292929. Windows color (decimal): -15656762 or 12982289. OLE color: 12982289.

HSL color Cylindrical-coordinate representation of color #1118C6: hue angle of 237.68º 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 #1118C6 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 24 198 -
CMYK 0.91 0.88 0 0.22
HSL 237.68º 0.84% 0.42% -
HSV(B) 237.68º 0.91% 0.78% -
XYZ 10.75 4.85 53.8 -
YUV 41.74 216.18 110.35 -
System Red Green Blue C M Y K H S L
Decimal 17 24 198 0.91 0.88 0 0.22 237.68 0.84 0.42
Hex 11 18 C6 5B 58 0 16 EE 54 2A
Octal 21 30 306 133 130 0 26 356 124 52
Binary 10001 11000 11000110 1011011 1011000 0 10110 11101110 1010100 101010

Color Harmonies of #1118C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1118C6

Black with #1118C6

Text Example


Text Example

White with #1118C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1118C6; }

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

 H1.HeaderClassName
 {
   color: #1118C6;
 }
 .AnyTagClassName
 {
   color: #1118C6;
 }
</style>

background-color css

<style>
 a { background-color: #1118C6; }

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

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

border-color css

<style>
 span { border-color: #1118C6; }

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

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