Html Css Color HEX #1106CE Medium Blue

📋 copy color: '#1106CE'

red 17 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #1106CE

Tints of Medium Blue #1106CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 89.96%

R = 7.42%
G = 2.62%
B = 89.96%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1106CE (or 0x1106CE) is known color: Medium Blue. HEX triplet: 11, 06 and CE. RGB value is (17,6,206). Sum of RGB (Red+Green+Blue) = 17+6+206=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 206 (80.86% from 255 or 89.96% from 229); Max value from RGB is 206 - color contains mainly: blue. Hex color #1106CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106CE is #EEF931. Grayscale: #1F1F1F. Windows color (decimal): -15661362 or 13501969. OLE color: 13501969.

HSL color Cylindrical-coordinate representation of color #1106CE: hue angle of 243.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106CE is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 6 206 -
CMYK 0.92 0.97 0 0.19
HSL 243.3º 0.94% 0.42% -
HSV(B) 243.3º 0.97% 0.81% -
XYZ 11.44 4.71 58.7 -
YUV 32.09 226.14 117.24 -
System Red Green Blue C M Y K H S L
Decimal 17 6 206 0.92 0.97 0 0.19 243.3 0.94 0.42
Hex 11 6 CE 5C 61 0 13 F3 5E 2A
Octal 21 6 316 134 141 0 23 363 136 52
Binary 10001 110 11001110 1011100 1100001 0 10011 11110011 1011110 101010

Color Harmonies of #1106CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106CE

Black with #1106CE

Text Example


Text Example

White with #1106CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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