Html Css Color HEX #1106CB Medium Blue

📋 copy color: '#1106CB'

red 17 ◦ green 6 ◦ blue 203

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

Shades of Medium Blue #1106CB

Tints of Medium Blue #1106CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 89.82%

R = 7.52%
G = 2.65%
B = 89.82%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1106CB (or 0x1106CB) is known color: Medium Blue. HEX triplet: 11, 06 and CB. RGB value is (17,6,203). Sum of RGB (Red+Green+Blue) = 17+6+203=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #1106CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106CB is #EEF934. Grayscale: #1E1E1E. Windows color (decimal): -15661365 or 13305361. OLE color: 13305361.

HSL color Cylindrical-coordinate representation of color #1106CB: hue angle of 243.35º 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 #1106CB is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 6 203 -
CMYK 0.92 0.97 0 0.20
HSL 243.35º 0.94% 0.41% -
HSV(B) 243.35º 0.97% 0.8% -
XYZ 11.08 4.56 56.8 -
YUV 31.75 224.64 117.48 -
System Red Green Blue C M Y K H S L
Decimal 17 6 203 0.92 0.97 0 0.20 243.35 0.94 0.41
Hex 11 6 CB 5C 61 0 14 F3 5E 29
Octal 21 6 313 134 141 0 24 363 136 51
Binary 10001 110 11001011 1011100 1100001 0 10100 11110011 1011110 101001

Color Harmonies of #1106CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106CB

Black with #1106CB

Text Example


Text Example

White with #1106CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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