Html Css Color HEX #1106DA Medium Blue

📋 copy color: '#1106DA'

red 17 ◦ green 6 ◦ blue 218

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

Shades of Medium Blue #1106DA

Tints of Medium Blue #1106DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 218 (85.55% from 255) = 90.46%

R = 7.05%
G = 2.49%
B = 90.46%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1106DA (or 0x1106DA) is known color: Medium Blue. HEX triplet: 11, 06 and DA. RGB value is (17,6,218). Sum of RGB (Red+Green+Blue) = 17+6+218=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 218 (85.55% from 255 or 90.46% from 241); Max value from RGB is 218 - color contains mainly: blue. Hex color #1106DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106DA is #EEF925. Grayscale: #202020. Windows color (decimal): -15661350 or 14288401. OLE color: 14288401.

HSL color Cylindrical-coordinate representation of color #1106DA: hue angle of 243.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106DA is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 6 218 -
CMYK 0.92 0.97 0 0.15
HSL 243.11º 0.95% 0.44% -
HSV(B) 243.11º 0.97% 0.85% -
XYZ 12.95 5.31 66.67 -
YUV 33.46 232.14 116.26 -
System Red Green Blue C M Y K H S L
Decimal 17 6 218 0.92 0.97 0 0.15 243.11 0.95 0.44
Hex 11 6 DA 5C 61 0 F F3 5F 2C
Octal 21 6 332 134 141 0 17 363 137 54
Binary 10001 110 11011010 1011100 1100001 0 1111 11110011 1011111 101100

Color Harmonies of #1106DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106DA

Black with #1106DA

Text Example


Text Example

White with #1106DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1106DA; }

 p { color: rgb(17,6,218); }

 H1.HeaderClassName
 {
   color: #1106DA;
 }
 .AnyTagClassName
 {
   color: #1106DA;
 }
</style>

background-color css

<style>
 a { background-color: #1106DA; }

 a { background-color: rgb(17,6,218); }

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

border-color css

<style>
 span { border-color: #1106DA; }

 span { border-color: rgb(17,6,218); }

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