Html Css Color HEX #1106CA Medium Blue

📋 copy color: '#1106CA'

red 17 ◦ green 6 ◦ blue 202

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

Shades of Medium Blue #1106CA

Tints of Medium Blue #1106CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 89.78%

R = 7.56%
G = 2.67%
B = 89.78%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1106CA (or 0x1106CA) is known color: Medium Blue. HEX triplet: 11, 06 and CA. RGB value is (17,6,202). Sum of RGB (Red+Green+Blue) = 17+6+202=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 202 (79.30% from 255 or 89.78% from 225); Max value from RGB is 202 - color contains mainly: blue. Hex color #1106CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106CA is #EEF935. Grayscale: #1E1E1E. Windows color (decimal): -15661366 or 13239825. OLE color: 13239825.

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

Color convert

RGB 17 6 202 -
CMYK 0.92 0.97 0 0.21
HSL 243.37º 0.94% 0.41% -
HSV(B) 243.37º 0.97% 0.79% -
XYZ 10.96 4.51 56.17 -
YUV 31.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 17 6 202 0.92 0.97 0 0.21 243.37 0.94 0.41
Hex 11 6 CA 5C 61 0 15 F3 5E 29
Octal 21 6 312 134 141 0 25 363 136 51
Binary 10001 110 11001010 1011100 1100001 0 10101 11110011 1011110 101001

Color Harmonies of #1106CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106CA

Black with #1106CA

Text Example


Text Example

White with #1106CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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