Html Css Color HEX #1119C6 Medium Blue

📋 copy color: '#1119C6'

red 17 ◦ green 25 ◦ blue 198

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

Shades of Medium Blue #1119C6

Tints of Medium Blue #1119C6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 7.08%
G = 10.42%
B = 82.5%

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

#1119C6 (or 0x1119C6) is known color: Medium Blue. HEX triplet: 11, 19 and C6. RGB value is (17,25,198). Sum of RGB (Red+Green+Blue) = 17+25+198=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 198 (77.73% from 255 or 82.5% from 240); Max value from RGB is 198 - color contains mainly: blue. Hex color #1119C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119C6 is #EEE639. Grayscale: #292929. Windows color (decimal): -15656506 or 12982545. OLE color: 12982545.

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

Color convert

RGB 17 25 198 -
CMYK 0.91 0.87 0 0.22
HSL 237.35º 0.84% 0.42% -
HSV(B) 237.35º 0.91% 0.78% -
XYZ 10.77 4.89 53.8 -
YUV 42.33 215.85 109.93 -
System Red Green Blue C M Y K H S L
Decimal 17 25 198 0.91 0.87 0 0.22 237.35 0.84 0.42
Hex 11 19 C6 5B 57 0 16 ED 54 2A
Octal 21 31 306 133 127 0 26 355 124 52
Binary 10001 11001 11000110 1011011 1010111 0 10110 11101101 1010100 101010

Color Harmonies of #1119C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119C6

Black with #1119C6

Text Example


Text Example

White with #1119C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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