Html Css Color HEX #110ABA Medium Blue

📋 copy color: '#110ABA'

red 17 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #110ABA

Tints of Medium Blue #110ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 87.32%

R = 7.98%
G = 4.69%
B = 87.32%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#110ABA (or 0x110ABA) is known color: Medium Blue. HEX triplet: 11, 0A and BA. RGB value is (17,10,186). Sum of RGB (Red+Green+Blue) = 17+10+186=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #110ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110ABA is #EEF545. Grayscale: #1F1F1F. Windows color (decimal): -15660358 or 12192273. OLE color: 12192273.

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

Color convert

RGB 17 10 186 -
CMYK 0.91 0.95 0 0.27
HSL 242.39º 0.9% 0.38% -
HSV(B) 242.39º 0.95% 0.73% -
XYZ 9.2 3.88 46.72 -
YUV 32.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 17 10 186 0.91 0.95 0 0.27 242.39 0.9 0.38
Hex 11 A BA 5B 5F 0 1B F2 5A 26
Octal 21 12 272 133 137 0 33 362 132 46
Binary 10001 1010 10111010 1011011 1011111 0 11011 11110010 1011010 100110

Color Harmonies of #110ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110ABA

Black with #110ABA

Text Example


Text Example

White with #110ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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