Html Css Color HEX #111ABF Medium Blue

📋 copy color: '#111ABF'

red 17 ◦ green 26 ◦ blue 191

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

Shades of Medium Blue #111ABF

Tints of Medium Blue #111ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 81.62%

R = 7.26%
G = 11.11%
B = 81.62%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#111ABF (or 0x111ABF) is known color: Medium Blue. HEX triplet: 11, 1A and BF. RGB value is (17,26,191). Sum of RGB (Red+Green+Blue) = 17+26+191=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #111ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ABF is #EEE540. Grayscale: #292929. Windows color (decimal): -15656257 or 12524049. OLE color: 12524049.

HSL color Cylindrical-coordinate representation of color #111ABF: hue angle of 236.9º 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 #111ABF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 26 191 -
CMYK 0.91 0.86 0 0.25
HSL 236.9º 0.84% 0.41% -
HSV(B) 236.9º 0.91% 0.75% -
XYZ 10 4.62 49.65 -
YUV 42.12 212.02 110.08 -
System Red Green Blue C M Y K H S L
Decimal 17 26 191 0.91 0.86 0 0.25 236.9 0.84 0.41
Hex 11 1A BF 5B 56 0 19 ED 54 29
Octal 21 32 277 133 126 0 31 355 124 51
Binary 10001 11010 10111111 1011011 1010110 0 11001 11101101 1010100 101001

Color Harmonies of #111ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ABF

Black with #111ABF

Text Example


Text Example

White with #111ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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