Html Css Color HEX #110AB6 Medium Blue

📋 copy color: '#110AB6'

red 17 ◦ green 10 ◦ blue 182

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

Shades of Medium Blue #110AB6

Tints of Medium Blue #110AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 87.08%

R = 8.13%
G = 4.78%
B = 87.08%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#110AB6 (or 0x110AB6) is known color: Medium Blue. HEX triplet: 11, 0A and B6. RGB value is (17,10,182). Sum of RGB (Red+Green+Blue) = 17+10+182=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 182 (71.48% from 255 or 87.08% from 209); Max value from RGB is 182 - color contains mainly: blue. Hex color #110AB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110AB6 is #EEF549. Grayscale: #1F1F1F. Windows color (decimal): -15660362 or 11930129. OLE color: 11930129.

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

Color convert

RGB 17 10 182 -
CMYK 0.91 0.95 0 0.29
HSL 242.44º 0.9% 0.38% -
HSV(B) 242.44º 0.95% 0.71% -
XYZ 8.78 3.71 44.51 -
YUV 31.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 17 10 182 0.91 0.95 0 0.29 242.44 0.9 0.38
Hex 11 A B6 5B 5F 0 1D F2 5A 26
Octal 21 12 266 133 137 0 35 362 132 46
Binary 10001 1010 10110110 1011011 1011111 0 11101 11110010 1011010 100110

Color Harmonies of #110AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110AB6

Black with #110AB6

Text Example


Text Example

White with #110AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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