Html Css Color HEX #110ABF Medium Blue

📋 copy color: '#110ABF'

red 17 ◦ green 10 ◦ blue 191

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

Shades of Medium Blue #110ABF

Tints of Medium Blue #110ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

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

R = 7.8%
G = 4.59%
B = 87.61%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#110ABF (or 0x110ABF) is known color: Medium Blue. HEX triplet: 11, 0A and BF. RGB value is (17,10,191). Sum of RGB (Red+Green+Blue) = 17+10+191=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 191 (75% from 255 or 87.61% from 218); Max value from RGB is 191 - color contains mainly: blue. Hex color #110ABF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ABF is #EEF540. Grayscale: #202020. Windows color (decimal): -15660353 or 12519953. OLE color: 12519953.

HSL color Cylindrical-coordinate representation of color #110ABF: hue angle of 242.32º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110ABF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 10 191 -
CMYK 0.91 0.95 0 0.25
HSL 242.32º 0.9% 0.39% -
HSV(B) 242.32º 0.95% 0.75% -
XYZ 9.74 4.1 49.57 -
YUV 32.73 217.32 116.78 -
System Red Green Blue C M Y K H S L
Decimal 17 10 191 0.91 0.95 0 0.25 242.32 0.9 0.39
Hex 11 A BF 5B 5F 0 19 F2 5A 27
Octal 21 12 277 133 137 0 31 362 132 47
Binary 10001 1010 10111111 1011011 1011111 0 11001 11110010 1011010 100111

Color Harmonies of #110ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110ABF

Black with #110ABF

Text Example


Text Example

White with #110ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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