Html Css Color HEX #1118BE Medium Blue

📋 copy color: '#1118BE'

red 17 ◦ green 24 ◦ blue 190

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

Shades of Medium Blue #1118BE

Tints of Medium Blue #1118BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.25%

R = 7.36%
G = 10.39%
B = 82.25%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1118BE (or 0x1118BE) is known color: Medium Blue. HEX triplet: 11, 18 and BE. RGB value is (17,24,190). Sum of RGB (Red+Green+Blue) = 17+24+190=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #1118BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1118BE is #EEE741. Grayscale: #282828. Windows color (decimal): -15656770 or 12458001. OLE color: 12458001.

HSL color Cylindrical-coordinate representation of color #1118BE: hue angle of 237.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1118BE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 24 190 -
CMYK 0.91 0.87 0 0.25
HSL 237.57º 0.84% 0.41% -
HSV(B) 237.57º 0.91% 0.75% -
XYZ 9.85 4.49 49.06 -
YUV 40.83 212.18 111 -
System Red Green Blue C M Y K H S L
Decimal 17 24 190 0.91 0.87 0 0.25 237.57 0.84 0.41
Hex 11 18 BE 5B 57 0 19 EE 54 29
Octal 21 30 276 133 127 0 31 356 124 51
Binary 10001 11000 10111110 1011011 1010111 0 11001 11101110 1010100 101001

Color Harmonies of #1118BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1118BE

Black with #1118BE

Text Example


Text Example

White with #1118BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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