Html Css Color HEX #1106CC Medium Blue

📋 copy color: '#1106CC'

red 17 ◦ green 6 ◦ blue 204

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

Shades of Medium Blue #1106CC

Tints of Medium Blue #1106CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 89.87%

R = 7.49%
G = 2.64%
B = 89.87%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1106CC (or 0x1106CC) is known color: Medium Blue. HEX triplet: 11, 06 and CC. RGB value is (17,6,204). Sum of RGB (Red+Green+Blue) = 17+6+204=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 204 (80.08% from 255 or 89.87% from 227); Max value from RGB is 204 - color contains mainly: blue. Hex color #1106CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106CC is #EEF933. Grayscale: #1F1F1F. Windows color (decimal): -15661364 or 13370897. OLE color: 13370897.

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

Color convert

RGB 17 6 204 -
CMYK 0.92 0.97 0 0.2
HSL 243.33º 0.94% 0.41% -
HSV(B) 243.33º 0.97% 0.8% -
XYZ 11.2 4.61 57.43 -
YUV 31.86 225.14 117.4 -
System Red Green Blue C M Y K H S L
Decimal 17 6 204 0.92 0.97 0 0.2 243.33 0.94 0.41
Hex 11 6 CC 5C 61 0 14 F3 5E 29
Octal 21 6 314 134 141 0 24 363 136 51
Binary 10001 110 11001100 1011100 1100001 0 10100 11110011 1011110 101001

Color Harmonies of #1106CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106CC

Black with #1106CC

Text Example


Text Example

White with #1106CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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